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.
2 parents 4ad0483 + a230430 commit 48408ffCopy full SHA for 48408ff
.github/workflows/release.yml
@@ -6,8 +6,15 @@ name: Release
6
- next
7
- beta
8
- "*.x"
9
+permissions:
10
+ contents: read # for checkout
11
jobs:
12
release:
13
+ permissions:
14
+ contents: write # to be able to publish a GitHub release
15
+ issues: write # to be able to comment on released issues
16
+ pull-requests: write # to be able to comment on released pull requests
17
+ id-token: write # to enable use of OIDC for npm provenance
18
name: release
19
runs-on: ubuntu-latest
20
steps:
0 commit comments