Skip to content

Commit

Permalink
fix secret auth
Browse files Browse the repository at this point in the history
  • Loading branch information
Kafil Nasdami committed Mar 14, 2024
1 parent 94090eb commit 736b25d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Publish to npm on Merge to Master
env:
PACKAGE_NAME: "salat"
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

on:
push:
Expand Down Expand Up @@ -39,4 +38,4 @@ jobs:
- name: Publish to npm
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ env.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 736b25d

Please sign in to comment.