Skip to content

Commit 90bbcaf

Browse files
committed
Revert "Trying to fix github actions when merging to main"
The GH_PAT was indeed necessary so I created it and added it to the repo's secrets
1 parent ee7943e commit 90bbcaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
if: github.event_name != 'pull_request'
2828
uses: actions/checkout@v4
2929
with:
30-
token: ${{ secrets.GITHUB_TOKEN }}
30+
token: ${{ secrets.GH_PAT }}
3131

3232
- name: Checkout without token
3333
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)