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 563a6ce commit 9cc32c4Copy full SHA for 9cc32c4
.github/workflows/release.yml
@@ -9,6 +9,10 @@ on:
9
- 'rc'
10
pull_request: {}
11
12
+permissions:
13
+ contents: write
14
+ id-token: write
15
+
16
# Cancel any previous run (see: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#concurrency)
17
concurrency:
18
group: ${{ github.workflow }}-${{ github.ref }}
@@ -70,4 +74,3 @@ jobs:
70
74
- run: yarn release
71
75
env:
72
76
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
73
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments