We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 436ea51 + b8f6d97 commit c6c99eeCopy full SHA for c6c99ee
1 file changed
.github/workflows/pull_request.yml
@@ -135,7 +135,7 @@ jobs:
135
id: tocless
136
run: Rscript -e "devtools::install_github('jhudsl/ottrpal', upgrade = 'never'); ottrpal::render_without_toc()"
137
env:
138
- GITHUB_PAT: ${{ secrets.gh_pat }}
+ GITHUB_PAT: ${{ secrets.GH_PAT }}
139
140
# This checks on the steps before it and makes sure that they completed.
141
# If the renders didn't complete we don't want to commit the file changes
0 commit comments