From b8f6d97aedd8f45751bd73c823cb0e3c318c27a6 Mon Sep 17 00:00:00 2001 From: Carrie Wright <23014755+carriewright11@users.noreply.github.com> Date: Mon, 12 May 2025 15:16:40 -0400 Subject: [PATCH] Update pull_request.yml trying to figure out why this action is still failing --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index d5410d00..0e7fbc20 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -135,7 +135,7 @@ jobs: id: tocless run: Rscript -e "devtools::install_github('jhudsl/ottrpal', upgrade = 'never'); ottrpal::render_without_toc()" env: - GITHUB_PAT: ${{ secrets.gh_pat }} + GITHUB_PAT: ${{ secrets.GH_PAT }} # This checks on the steps before it and makes sure that they completed. # If the renders didn't complete we don't want to commit the file changes