Skip to content

Commit

Permalink
New publish token
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenbf committed Jun 19, 2024
1 parent 19ed8ad commit afa0a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-wallet-connectors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
- name: Publish to NPM
run: npm publish --workspace "@concordium/wallet-connectors" --verbose
env:
NODE_AUTH_TOKEN: '${{secrets.NPM_TOKEN}}'
NODE_AUTH_TOKEN: '${{secrets.NPM_PUBLISH_TOKEN}}'

- name: Create a GitHub release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit afa0a28

Please sign in to comment.