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:
Hanzo Dev
2025-10-29 01:16:37 -07:00
parent dfe5b118a3
commit be61d795ba
+4
View File
@@ -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