We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b99de4f commit be1422cCopy full SHA for be1422c
.github/workflows/build-sphinx.yml
@@ -54,6 +54,10 @@ jobs:
54
run: |
55
echo "$GITHUB_CONTEXT"
56
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
+
61
- name: Free Disk Space (Ubuntu)
62
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1
63
with:
0 commit comments