Skip to content

Commit 86fda64

Browse files
chore(cicd): revert to AUTOMATION_GITHUB_TOKEN (#362)
* chore(cicd): specific bot token * fix: update the token
1 parent 758d17b commit 86fda64

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/auto-approve.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ jobs:
4545
steps:
4646
- uses: hmarr/auto-approve-action@f0939ea97e9205ef24d872e76833fa908a770363 # v4.0.0
4747
with:
48-
github-token: ${{ secrets.GITHUB_TOKEN }}
48+
github-token: ${{ secrets.AUTOMATION_GITHUB_TOKEN }}
4949
review-message: Auto approved automated PR

.github/workflows/upgrade-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
# workflow, which branch protection requires before auto-approve merges.
111111
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
112112
with:
113-
token: ${{ secrets.GITHUB_TOKEN }}
113+
token: ${{ secrets.AUTOMATION_GITHUB_TOKEN }}
114114
commit-message: |-
115115
chore(deps): upgrade dependencies
116116

0 commit comments

Comments
 (0)