Skip to content

Commit ff0fb55

Browse files
Change GitHub token to use COPILOT_PAT
1 parent 61dc7c6 commit ff0fb55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/assign-to-copilot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Add Copilot mention comment
1919
uses: actions/github-script@v7
2020
with:
21-
github-token: ${{ secrets.GITHUB_TOKEN }}
21+
github-token: ${{ secrets.COPILOT_PAT }}
2222
script: |
2323
const issueNumber = ${{ inputs.issue_number }};
2424

0 commit comments

Comments
 (0)