Skip to content

Commit

Permalink
fix(ci): release-ci fixing secret names
Browse files Browse the repository at this point in the history
  • Loading branch information
mahabubx7 committed Oct 15, 2024
1 parent 9d2e8f0 commit 032e2fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
# 4. Run release-it to handle the release process
- name: Run release-it
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Default GitHub token
GITHUB_TOKEN: ${{ secrets.GH_PA_TOKEN }} # Default GitHub token
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx release-it
run: npm run release

# 5. Update CHANGELOG.md and push changes
- name: Update CHANGELOG.md
Expand All @@ -46,4 +46,4 @@ jobs:
git commit -m 'Update CHANGELOG.md'
git push
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_PA_TOKEN }}

0 comments on commit 032e2fe

Please sign in to comment.