We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bddc475 commit 3a83668Copy full SHA for 3a83668
.github/workflows/ci.yml
@@ -6,6 +6,10 @@ on:
6
branches: [experience-cs]
7
8
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
13
packages: write # deploy to GitHub Packages
14
15
concurrency:
0 commit comments