Skip to content

Commit 736b25d

Browse files
author
Kafil Nasdami
committed
fix secret auth
1 parent 94090eb commit 736b25d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Publish to npm on Merge to Master
22
env:
33
PACKAGE_NAME: "salat"
4-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
54

65
on:
76
push:
@@ -39,4 +38,4 @@ jobs:
3938
- name: Publish to npm
4039
run: npm publish
4140
env:
42-
NODE_AUTH_TOKEN: ${{ env.NPM_TOKEN }}
41+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)