Skip to content

Commit 5fcd65d

Browse files
authored
fix(🐙): remove bogus env varible in npm publish step (#3627)
1 parent cdebc23 commit 5fcd65d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build-npm.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ jobs:
1010
id-token: write # to enable use of OIDC for npm provenance
1111
env:
1212
WORKING_DIRECTORY: ./
13-
INPUT_TOKEN: ${{ secrets.NPM_TOKEN }}
1413
concurrency:
1514
group: npm-${{ github.ref }}
1615
cancel-in-progress: true

0 commit comments

Comments
 (0)