mirror of
https://github.com/anthropics/claude-code-action.git
synced 2026-08-03 01:38:30 +08:00
fix: bound app token revocation cleanup (#1437)
This commit is contained in:
parent
5211368122
commit
f8076dc008
@ -439,8 +439,10 @@ runs:
|
||||
shell: bash
|
||||
run: |
|
||||
curl -L \
|
||||
--connect-timeout 5 \
|
||||
--max-time 10 \
|
||||
-X DELETE \
|
||||
-H "Accept: application/vnd.github+json" \
|
||||
-H "Authorization: Bearer ${{ steps.run.outputs.github_token }}" \
|
||||
-H "X-GitHub-Api-Version: 2022-11-28" \
|
||||
${GITHUB_API_URL:-https://api.github.com}/installation/token
|
||||
${GITHUB_API_URL:-https://api.github.com}/installation/token || true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user