Skip to content

Commit 753076a

Browse files
[ISSUE #1313]🔨Update Github Actions CI (#1314)
* [ISSUE #1313]🔨Update Github Actions CI * fix * fix
1 parent 26dd6ae commit 753076a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/associate_milestone_issue.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Associate Milestone
1414
uses: actions/github-script@v7
1515
with:
16-
github-token: ${{ secrets.BOT_TOKEN }}
16+
github-token: ${{ secrets.BOT_TOKEN_1 }}
1717
script: |
1818
const { owner, repo } = context.repo;
1919
const issueNumber = context.issue.number;

.github/workflows/associate_milestone_pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Associate Milestone
1414
uses: actions/github-script@v7
1515
with:
16-
github-token: ${{ secrets.BOT_TOKEN }}
16+
github-token: ${{ secrets.BOT_TOKEN_1 }}
1717
script: |
1818
const { owner, repo } = context.repo;
1919
const issueNumber = context.issue.number;

.github/workflows/sync-issue-labels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Sync Labels from Linked Issue
1818
uses: actions/github-script@v7
1919
with:
20-
github-token: ${{ secrets.BOT_TOKEN }}
20+
github-token: ${{ secrets.BOT_TOKEN_1 }}
2121
script: |
2222
// Extract linked issue numbers from the PR description
2323
const issueNumbers = context.payload.pull_request.body

0 commit comments

Comments
 (0)