Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
added in github token env variable
not clear that this is the problem
  • Loading branch information
docsteveharris authored Sep 21, 2024
1 parent a88f421 commit 13e1773
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

name: Quarto Publish
# https://github.com/quarto-dev/quarto-actions/blob/main/examples/quarto-publish-example.yml
name: Quarto Render and Publish

jobs:
build-deploy:
Expand All @@ -19,6 +20,8 @@ jobs:

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Render and Publish
uses: quarto-dev/quarto-actions/publish@v2
Expand Down

0 comments on commit 13e1773

Please sign in to comment.