Fix Reference to Token

This commit is contained in:
jklingen 2025-05-16 15:49:26 +02:00 committed by GitHub
commit c8f424b72e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,6 +13,6 @@ jobs:
shell: bash shell: bash
run: | run: |
curl -X POST \ curl -X POST \
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \ -H "Authorization: Bearer $GITHUB_TOKEN" \
-H "Accept: application/vnd.github+json" \ -H "Accept: application/vnd.github+json" \
https://api.github.com/repos/${{ github.repository }}/pages/builds https://api.github.com/repos/${{ github.repository }}/pages/builds