Skip to content

Commit

Permalink
fix: rename NPM token
Browse files Browse the repository at this point in the history
  • Loading branch information
solaris007 committed Nov 27, 2023
1 parent 8ac46cf commit fb23bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
- run: npm test
- run: npm run semantic-release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.ADOBE_BOT_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.ADOBE_BOT_NPM_TOKEN }}

0 comments on commit fb23bf1

Please sign in to comment.