mirror of
https://github.com/zenlm/papers.git
synced 2026-07-27 03:34:41 +00:00
fix: add write permissions for releases and PDF commits
Fixes 'Too many retries' error caused by 403 Forbidden when creating releases. Workflow now has explicit write permissions for contents.
This commit is contained in:
@@ -16,6 +16,10 @@ on:
|
||||
- '**.tex'
|
||||
workflow_dispatch:
|
||||
|
||||
# Grant write permissions for creating releases and committing PDFs
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
compile-pdfs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user