Skip to content

Commit a9beb92

Browse files
authored
Merge pull request #3 from obsidian-nvim/bugfix/github-actions-neovim-nightly
Revert "Trying to fix github actions when merging to main"
2 parents e5d5db3 + 90bbcaf commit a9beb92

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)