diff --git a/.github/workflows/associate_milestone_issue.yml b/.github/workflows/associate_milestone_issue.yml index 2dc3b42b..a641ed35 100644 --- a/.github/workflows/associate_milestone_issue.yml +++ b/.github/workflows/associate_milestone_issue.yml @@ -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; diff --git a/.github/workflows/associate_milestone_pr.yml b/.github/workflows/associate_milestone_pr.yml index 67fbfcba..cb00418b 100644 --- a/.github/workflows/associate_milestone_pr.yml +++ b/.github/workflows/associate_milestone_pr.yml @@ -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; diff --git a/.github/workflows/sync-issue-labels.yml b/.github/workflows/sync-issue-labels.yml index 87fab9e3..9a1715e3 100644 --- a/.github/workflows/sync-issue-labels.yml +++ b/.github/workflows/sync-issue-labels.yml @@ -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