Skip to content

Commit 89344d3

Browse files
authored
Remove NPM_AUTH_TOKEN from publish workflow
Removed NPM_AUTH_TOKEN from publish step environment variables.
1 parent b9dc8a5 commit 89344d3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,4 @@ jobs:
2525
- name: Build
2626
run: yarn build
2727
- name: Publish
28-
env:
29-
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3028
run: npm publish --access public

0 commit comments

Comments
 (0)