Skip to content

Commit

Permalink
ci: use github action's secret token
Browse files Browse the repository at this point in the history
  • Loading branch information
xhayper authored Mar 22, 2023
1 parent 5e2c052 commit a5d990d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ jobs:
git commit -m "build: ${GITHUB_SHA}" || true
git push origin $TARGET_BRANCH
env:
GITHUB_TOKEN: ${{ secrets.COMMIT_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a5d990d

Please sign in to comment.