We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc2b8b3 commit 5bbaefbCopy full SHA for 5bbaefb
1 file changed
.github/workflows/build.yml
@@ -9,6 +9,7 @@ on:
9
concurrency: ${{ github.workflow }}-${{ github.ref }}
10
11
permissions:
12
+ id-token: write
13
contents: write
14
packages: write
15
@@ -23,12 +24,6 @@ jobs:
23
24
with:
25
bun-version: latest
26
- - run: |
27
- npm config set //registry.npmjs.org/:_authToken $NODE_AUTH_TOKEN
28
- npm whoami
29
- env:
30
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
31
-
32
- run: git fetch --force --tags
33
34
- uses: actions/setup-go@v5
@@ -48,3 +43,5 @@ jobs:
48
43
distribution: goreleaser
49
44
version: latest
50
45
args: build --snapshot --clean
46
+ env:
47
+ NPM_CONFIG_PROVENANCE: false
0 commit comments