We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 666195d + ee7943e commit e5d5db3Copy full SHA for e5d5db3
.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.GH_PAT }}
+ token: ${{ secrets.GITHUB_TOKEN }}
31
32
- name: Checkout without token
33
if: github.event_name == 'pull_request'
0 commit comments