Skip to content

Commit

Permalink
Merge pull request #75 from Commencis/bugfix/release-action
Browse files Browse the repository at this point in the history
fix: github token in release action
  • Loading branch information
ymehmetcan authored Oct 11, 2024
2 parents 029b54e + e90c9be commit 1ef7f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ jobs:
commit: 'ci(release): version packages'
title: 'ci(release): version packages'
env:
GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 1ef7f1b

Please sign in to comment.