Skip to content

Commit

Permalink
Added GitHub PAT secrets to gh-action
Browse files Browse the repository at this point in the history
  • Loading branch information
Lextuga007 committed Apr 19, 2024
1 parent 8a0ee23 commit 7fe8226
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/quarto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
check-renders:
env:
GITHUB_PAT: ${{ secrets.GH_PAT }}
container:
image: ghcr.io/dukestatsci/r_gh_actions:latest
steps:
Expand Down

0 comments on commit 7fe8226

Please sign in to comment.