Skip to content

Commit

Permalink
Merge pull request #108 from NaverPayDev/chore/fix_changesets
Browse files Browse the repository at this point in the history
[공통] changesets action npm token setting 위치를 변경합니다.
  • Loading branch information
2-one-week authored Sep 30, 2024
2 parents 7495fe9 + ba0b9bb commit 40e12c3
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 @@ -41,6 +41,6 @@ jobs:
commit_message: '📦 bump changed packages version'
create_github_release_tag: true
formatting_script: pnpm run markdownlint:fix
npm_token: ${{ secrets.NPM_TOKEN }}
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }}

0 comments on commit 40e12c3

Please sign in to comment.