Skip to content

Commit

Permalink
fix: added github token for automatic release creation
Browse files Browse the repository at this point in the history
  • Loading branch information
manchenkoff committed May 2, 2024
1 parent 63a638a commit 84fac56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ env:
script_command: yarn # or npm run
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
NODE_REGISTRY: 'https://registry.npmjs.org' # setup credentials
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} # pass token to generate sync release via changelogen

on:
workflow_dispatch: # manual trigger
Expand Down

0 comments on commit 84fac56

Please sign in to comment.