We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f28d56c commit cf11d54Copy full SHA for cf11d54
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
build:
12
runs-on: ubuntu-latest
13
permissions:
14
- contents: read # for github
+ contents: write # for github
15
id-token: write # for npm
16
17
steps:
0 commit comments