Skip to content

Commit fa7927f

Browse files
committed
Fix: Explicitly pass GITHUB_TOKEN to publish action
1 parent 20b6636 commit fa7927f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
uses: quarto-dev/quarto-actions/publish@v2
2828
with:
2929
target: gh-pages
30-
env:
31-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30+
with:
31+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)