Skip to content

Commit ea5601a

Browse files
committed
More indirect fixes
1 parent 70e8a71 commit ea5601a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,10 @@ jobs:
5151
5252
- name: Run stale issue cleanup agent
5353
env:
54-
GH_TOKEN: ${{ secrets.STALE_ISSUES_TOKEN }}
54+
STALE_ISSUES_TOKEN: ${{ secrets.STALE_ISSUES_TOKEN }}
5555
run: |
56-
echo "$GH_TOKEN" | gh auth login --with-token
56+
echo "$STALE_ISSUES_TOKEN" | gh auth login --with-token
57+
export GH_TOKEN="$STALE_ISSUES_TOKEN"
5758
copilot \
5859
--agent issue-manager \
5960
--prompt "Find and close stale bug issues." \

0 commit comments

Comments
 (0)