Skip to content

Commit

Permalink
ci: 更新 GitHub Actions 工作流中的 Token
Browse files Browse the repository at this point in the history
- 将使用的 Token 从 GITHUB_TOKEN 更改为 MY_GIT_TOKEN
- 此更改可能会影响 GitHub Actions 的权限和行为
  • Loading branch information
zkeq committed Dec 23, 2024
1 parent 043a1b8 commit d87adaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,5 +145,5 @@ jobs:
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.MY_GIT_TOKEN }}
branch: main

0 comments on commit d87adaa

Please sign in to comment.