Skip to content

Commit

Permalink
fix: npm token
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesalmon-mysense committed May 5, 2023
1 parent d3cc232 commit b9bfed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Build and publish to NPM
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_ADMIN_USER }}
NODE_AUTH_TOKEN: ${{ secrets.GH_TOKEN_ADMIN_USER }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
echo "Building..."
yarn build:ci
Expand Down

0 comments on commit b9bfed5

Please sign in to comment.