Skip to content

Commit 0809f7c

Browse files
authored
Merge pull request #46 from Expensify/andrew-oidc-token
Remove npm token to use OIDC to publish
2 parents 6bdd28c + ece5a76 commit 0809f7c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/npmPublish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@ jobs:
103103

104104
- name: Publish to npm
105105
run: npm publish --provenance
106-
env:
107-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
108106

109107
- name: Set name version in GitHub ENV
110108
run: echo "NAME=$(jq '.name' package.json)" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)