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 a2f1273 commit 179323eCopy full SHA for 179323e
.github/workflows/release.yml
@@ -6,6 +6,11 @@ on:
6
paths:
7
- package.json
8
9
+permissions:
10
+ contents: write
11
+ pull-requests: read
12
+ id-token: write
13
+
14
jobs:
15
build_and_publish:
16
runs-on: ubuntu-latest
.github/workflows/test.yml
@@ -8,6 +8,9 @@ on:
branches:
- main
+ contents: read
test-node:
0 commit comments