Skip to content

Commit

Permalink
[ISSUE #1313]🔨Update Github Actions CI (#1314)
Browse files Browse the repository at this point in the history
* [ISSUE #1313]🔨Update Github Actions CI

* fix

* fix
  • Loading branch information
RocketmqRustBot authored Nov 25, 2024
1 parent 26dd6ae commit 753076a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/associate_milestone_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Associate Milestone
uses: actions/github-script@v7
with:
github-token: ${{ secrets.BOT_TOKEN }}
github-token: ${{ secrets.BOT_TOKEN_1 }}
script: |
const { owner, repo } = context.repo;
const issueNumber = context.issue.number;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/associate_milestone_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Associate Milestone
uses: actions/github-script@v7
with:
github-token: ${{ secrets.BOT_TOKEN }}
github-token: ${{ secrets.BOT_TOKEN_1 }}
script: |
const { owner, repo } = context.repo;
const issueNumber = context.issue.number;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-issue-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Sync Labels from Linked Issue
uses: actions/github-script@v7
with:
github-token: ${{ secrets.BOT_TOKEN }}
github-token: ${{ secrets.BOT_TOKEN_1 }}
script: |
// Extract linked issue numbers from the PR description
const issueNumbers = context.payload.pull_request.body
Expand Down

0 comments on commit 753076a

Please sign in to comment.