Skip to content

Commit

Permalink
add permissions for token access to deploy job
Browse files Browse the repository at this point in the history
  • Loading branch information
aridyckovsky committed May 5, 2024
1 parent 18170ef commit e544efc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
compression-level: 0 # don't compress PDF
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
needs: build
if: github.ref == 'refs/heads/main'
steps:
Expand Down

0 comments on commit e544efc

Please sign in to comment.