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 9a69f3a commit bbc62f2Copy full SHA for bbc62f2
.github/workflows/publish.yml
@@ -8,6 +8,12 @@ on:
8
- beta
9
- next
10
11
+permissions:
12
+ contents: write # to be able to publish a GitHub release
13
+ id-token: write # to enable use of OIDC for npm provenance, Trusted Publisher
14
+ issues: write # to be able to comment on released issues
15
+ pull-requests: write # to be able to comment on released pull requests
16
+
17
jobs:
18
test:
19
runs-on: ubuntu-latest
0 commit comments