We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee7943e commit 90bbcafCopy full SHA for 90bbcaf
.github/workflows/docs.yml
@@ -27,7 +27,7 @@ jobs:
27
if: github.event_name != 'pull_request'
28
uses: actions/checkout@v4
29
with:
30
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.GH_PAT }}
31
32
- name: Checkout without token
33
if: github.event_name == 'pull_request'
0 commit comments