Skip to content

Commit abacb6c

Browse files
committed
update from bleepblop
1 parent 6db5452 commit abacb6c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/static.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ jobs:
2929
url: ${{ steps.deployment.outputs.page_url }}
3030
runs-on: ubuntu-latest
3131
steps:
32+
- name: Verify GITHUB_TOKEN
33+
run: |
34+
echo "Testing GITHUB_TOKEN permissions"
35+
curl -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
36+
https://api.github.com/repos/${{ github.repository }}/pages
3237
- name: Checkout
3338
uses: actions/checkout@v3
3439
- name: Setup Pages

0 commit comments

Comments
 (0)