Skip to content

Commit c9ba79f

Browse files
committed
Use correct token name
1 parent 3665f54 commit c9ba79f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/stale-issue-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Run stale issue cleanup agent
6868
env:
6969
COPILOT_GITHUB_TOKEN: ${{ secrets.COPILOT_TOKEN }}
70-
STALE_ISSUES_TOKEN: ${{ secrets.STALE_ISSUES_TOKEN }}
70+
GH_TOKEN: ${{ secrets.STALE_ISSUES_TOKEN }}
7171
run: |
7272
copilot \
7373
--agent issue-manager \

0 commit comments

Comments
 (0)