Skip to content

Commit e5d5db3

Browse files
authored
Merge pull request #2 from obsidian-nvim/bugfix/github-actions-neovim-nightly
Trying to fix github actions when merging to main
2 parents 666195d + ee7943e commit e5d5db3

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.GH_PAT }}
30+
token: ${{ secrets.GITHUB_TOKEN }}
3131

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

0 commit comments

Comments
 (0)