Skip to content

Commit

Permalink
Chore: github-token Secret 이름 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
sscoderati authored Jan 9, 2024
1 parent 813656a commit 1a064c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/netlify-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
publish-dir: './dist'
production-branch: master
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.GH_TOKEN }}
deploy-message: "Deploy from GitHub Actions"
enable-pull-request-comment: false
enable-commit-comment: true
Expand Down

0 comments on commit 1a064c2

Please sign in to comment.