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 af45eb2 commit 5976a5dCopy full SHA for 5976a5d
‎.github/workflows/version.yaml‎
@@ -3,6 +3,8 @@ on:
3
push:
4
branches: [main]
5
concurrency: ${{ github.workflow }}-${{ github.ref }}
6
+permissions:
7
+ id-token: write
8
jobs:
9
version:
10
environment: version
@@ -33,4 +35,4 @@ jobs:
33
35
setupGitUser: false
34
36
env:
37
GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
38
+ NPM_CONFIG_PROVENANCE: true
0 commit comments