Skip to content

Commit dcb8c60

Browse files
authored
Merge pull request #16 from securenative/dev
Updated env
2 parents 699f2a3 + a2edb5d commit dcb8c60

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: npm publish --access public
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
38+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3939
- name: Notify slack success
4040
if: success()
4141
env:
@@ -55,4 +55,4 @@ jobs:
5555
message_id: ${{ steps.slack.outputs.message_id }}
5656
channel: github-actions
5757
status: FAILED
58-
color: danger
58+
color: danger

0 commit comments

Comments
 (0)