Make revocation curl silent
Some checks failed
Gitea Actions Demo / update-deployment-repo (push) Blocked by required conditions
Mirror to GitHub / build-and-push (push) Successful in 17s
Gitea Actions Demo / build-and-push (push) Has been cancelled

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

View File

@ -40,4 +40,4 @@ jobs:
- name: Revoke GitHub token
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