We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9011793 commit afd7b79Copy full SHA for afd7b79
1 file changed
.github/workflows/release.yml
@@ -3,6 +3,8 @@ on:
3
push:
4
branches:
5
- main
6
+permissions:
7
+ id-token: write
8
jobs:
9
release:
10
timeout-minutes: 2
@@ -30,4 +32,3 @@ jobs:
30
32
with:
31
33
GITHUB_TOKEN: ${{ steps.gh-token.outputs.token }}
34
NPM: true
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments