fix: bound app token revocation cleanup (#1437)

This commit is contained in:
tarunag10
2026-06-25 20:57:44 -07:00
committed by GitHub
parent 5211368122
commit f8076dc008
+3 -1
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