Make revocation curl silent
All checks were successful
Mirror to GitHub / build-and-push (push) Successful in 19s
Gitea Actions Demo / build-and-push (push) Successful in 1m24s
Gitea Actions Demo / update-deployment-repo (push) Successful in 10s

This commit is contained in:
Jack Jackson 2025-03-18 22:09:29 -07:00
parent 6522f660ab
commit 056ae9d058

View File

@ -40,4 +40,5 @@ jobs:
- name: Revoke GitHub token - name: Revoke GitHub token
run: | run: |
curl -H "Authorization: Bearer ${{ env.GITHUB_TOKEN }}" -X DELETE https://api.github.com/installation/token curl -s -H "Authorization: Bearer ${{ env.GITHUB_TOKEN }}" -X DELETE https://api.github.com/installation/token
echo "Token revoked"