There was an error while loading. Please reload this page.
1 parent 70e8a71 commit ea5601aCopy full SHA for ea5601a
1 file changed
.github/workflows/stale-issue-cleanup.yml
@@ -51,9 +51,10 @@ jobs:
51
52
- name: Run stale issue cleanup agent
53
env:
54
- GH_TOKEN: ${{ secrets.STALE_ISSUES_TOKEN }}
+ STALE_ISSUES_TOKEN: ${{ secrets.STALE_ISSUES_TOKEN }}
55
run: |
56
- echo "$GH_TOKEN" | gh auth login --with-token
+ echo "$STALE_ISSUES_TOKEN" | gh auth login --with-token
57
+ export GH_TOKEN="$STALE_ISSUES_TOKEN"
58
copilot \
59
--agent issue-manager \
60
--prompt "Find and close stale bug issues." \
0 commit comments