Skip to content

Commit

Permalink
ci(release workflow): renamed npm token secret
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiSchwarz-cnic authored Nov 12, 2024
1 parent 4dabd3d commit 5c94e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.RTLDEV_MW_CI_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.RTLDEV_MW_CI_NPM_TOKEN }}
TEAMS_NOTIFICATION_URI: ${{ secrets.RTLDEV_MW_CI_NOTIFICATION_URI }}
COMMIT_SHA: ${{ github.sha }}
run: npx semantic-release

0 comments on commit 5c94e75

Please sign in to comment.