Skip to content

Commit

Permalink
fix: personal access token에서 github token으로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
pminsung12 committed Jul 17, 2024
1 parent ee1ea1a commit 298dd69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
id: tag_version
uses: mathieudutour/[email protected]
with:
github_token: ${{ secrets.SPOT_GITHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Create a GitHub release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 298dd69

Please sign in to comment.