fix: bound app token revocation cleanup (#1437)

This commit is contained in:
tarunag10 2026-06-26 09:27:44 +05:30 committed by GitHub
parent 5211368122
commit f8076dc008
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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