Skip to content

Commit 0cdc51f

Browse files
committed
Set up publish workflows for OIDC
1 parent a29ce64 commit 0cdc51f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/npm-publish-unstable.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,3 @@ jobs:
7676
7777
# publish to npm
7878
npm publish --provenance --access public --tag "unstable"
79-
env:
80-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

.github/workflows/npm-publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ jobs:
4444
tag=$(echo "$tag_meta" | cut -d '.' -f1)
4545
npm publish --provenance --access public --tag "$tag"
4646
fi
47-
env:
48-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4947
- name: Publish version on GitHub
5048
run: |
5149
version=$(jq -r .version package.json)

0 commit comments

Comments
 (0)