Skip to content

Commit be1422c

Browse files
committed
Log token permissions
1 parent b99de4f commit be1422c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-sphinx.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ jobs:
5454
run: |
5555
echo "$GITHUB_CONTEXT"
5656
57+
- name: Log token permissions
58+
run: |
59+
curl -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" https://api.github.com/repos/${{ github.repository }}/actions/permissions/workflow
60+
5761
- name: Free Disk Space (Ubuntu)
5862
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1
5963
with:

0 commit comments

Comments
 (0)