Skip to content

Commit 3a83668

Browse files
committed
fix: grant additional permissions
1 parent bddc475 commit 3a83668

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
branches: [experience-cs]
77

88
permissions:
9+
contents: write # publish a GitHub release
10+
pages: write # deploy to GitHub Pages
11+
issues: write # comment on released issues
12+
pull-requests: write # comment on released pull requests
913
packages: write # deploy to GitHub Packages
1014

1115
concurrency:

0 commit comments

Comments
 (0)