Skip to content

Commit 90ca7f4

Browse files
committed
Remove auth token
1 parent 911920b commit 90ca7f4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,9 @@ jobs:
4747
4848
- name: Publish final-decorator to npm
4949
run: npm publish --workspace final-decorator --access public
50-
env:
51-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5250

5351
- name: Publish eslint-plugin-final to npm
5452
run: npm publish --workspace eslint-plugin-final --access public
55-
env:
56-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5753

5854
- name: Create GitHub Release
5955
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)