Skip to content

Commit

Permalink
make sure we have the PAT for the GH installs (#107)
Browse files Browse the repository at this point in the history
* make sure we have the PAT for the GH installs

* Update .github/workflows/publish.yaml

Co-authored-by: cicdguy <[email protected]>

---------

Co-authored-by: cicdguy <[email protected]>
  • Loading branch information
danielinteractive and cicdguy authored Feb 2, 2024
1 parent c6c08fc commit edacf7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
- name: Install GitHub dependencies
run: remotes::install_github("coolbutuseless/minisvg")
shell: Rscript {0}
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

- name: Render Quarto Project
run: quarto render --output-dir _site
Expand Down

0 comments on commit edacf7c

Please sign in to comment.