Skip to content

Commit 98703ee

Browse files
committed
feat: add permissions for pull-requests and contents in GitHub Actions deployment workflow
1 parent f1a69bb commit 98703ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ concurrency:
1212
permissions:
1313
id-token: write
1414
pages: write
15+
pull-requests: write
16+
contents: write
1517

1618
jobs:
1719
deploy:

0 commit comments

Comments
 (0)