Skip to content

Commit 64bc87c

Browse files
authored
Remove NODE_AUTH_TOKEN from covector action
Removed NODE_AUTH_TOKEN environment variable from covector action.
1 parent c138f41 commit 64bc87c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/covector-version-or-publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ jobs:
3636
- name: covector version or publish (publish when no change files present)
3737
uses: jbolda/covector/packages/action@covector-v0
3838
id: covector
39-
env:
40-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4139
with:
4240
token: ${{ secrets.FRONTSIDEJACK_GITHUB_TOKEN }}
4341
command: "version-or-publish"

0 commit comments

Comments
 (0)