There was an error while loading. Please reload this page.
1 parent da1ce85 commit 6c06680Copy full SHA for 6c06680
1 file changed
.github/workflows/stale-issue-cleanup.yml
@@ -50,6 +50,16 @@ jobs:
50
curl -fsSL https://gh.io/copilot-install | bash
51
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
52
53
+ - name: Diagnostics
54
+ env:
55
+ GH_TOKEN: ${{ secrets.STALE_ISSUES_TOKEN }}
56
+ run: |
57
+ echo "Token prefix: ${GH_TOKEN:0:12}"
58
+ echo "Token length: ${#GH_TOKEN}"
59
+ copilot --version
60
+ echo '--- gh auth status ---'
61
+ gh auth status
62
+
63
- name: Run stale issue cleanup agent
64
env:
65
COPILOT_GITHUB_TOKEN: ${{ secrets.STALE_ISSUES_TOKEN }}
0 commit comments