Skip to content

Commit

Permalink
feat: add permissions for pull-requests and contents in GitHub Action…
Browse files Browse the repository at this point in the history
…s deployment workflow
  • Loading branch information
apetta committed Dec 17, 2024
1 parent f1a69bb commit 98703ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ concurrency:
permissions:
id-token: write
pages: write
pull-requests: write
contents: write

jobs:
deploy:
Expand Down

0 comments on commit 98703ee

Please sign in to comment.