Skip to content

Commit 74d336a

Browse files
[ISSUE ##1176]📝Update Github actions CI (#1177)
1 parent df1660e commit 74d336a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/auto-comment-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Create a comment
1717
uses: actions/github-script@v7
1818
with:
19-
github-token: ${{ secrets.PAT }}
19+
github-token: ${{ secrets.BOT_TOKEN }}
2020
script: |
2121
const { owner, repo, number: issue_number } = context.issue;
2222
const commentBody = "🚀Thanks for your contribution🎉. CodeRabbit(AI) will review your code first🔥";

.github/workflows/auto_request_review.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Request review based on files changes and/or groups the author belongs to
1414
uses: necojackarc/[email protected]
1515
with:
16-
token: ${{ secrets.GITHUB_TOKEN }}
16+
token: ${{ secrets.BOT_TOKEN }}
1717
config: .github/reviewers.yml # Config file location override
1818
# Look for config locally during run instead of in repo
1919
# For instance, if you'd like to use a config file stored in external storage,

.github/workflows/automerge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: automerge
2525
uses: "pascalgn/[email protected]"
2626
env:
27-
GITHUB_TOKEN: "${{ secrets.PAT }}"
27+
GITHUB_TOKEN: "${{ secrets.BOT_TOKEN }}"
2828
MERGE_LABELS: "approved,auto merge,!ready to review"
2929
MERGE_METHOD: "squash"
3030
MERGE_COMMIT_MESSAGE: "automatic"

0 commit comments

Comments
 (0)