From 1f9033f484b3bcc7fce6c01084e5d29634d287ba Mon Sep 17 00:00:00 2001 From: Candace Savonen Date: Mon, 13 Jan 2025 09:43:07 -0500 Subject: [PATCH] Update pull_request.yml --- .github/workflows/pull_request.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index f5ffef0..13559af 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -60,8 +60,9 @@ jobs: with: check_type: spelling error_min: 3 - gh_pat: secrets.GH_PAT branch_name: ${GITHUB_HEAD_REF} + secrets: + gh_pat: secrets.GH_PAT url-check: name: Check URLs @@ -71,9 +72,10 @@ jobs: with: check_type: urls error_min: 0 - gh_pat: secrets.GH_PAT branch_name: ${GITHUB_HEAD_REF} - + secrets: + gh_pat: secrets.GH_PAT + quiz-check: name: Check quiz formatting if: ${{needs.yaml-check.outputs.toggle_quiz_check == 'yes'}} @@ -82,8 +84,9 @@ jobs: with: check_type: quiz_format error_min: 0 - gh_pat: secrets.GH_PAT branch_name: ${GITHUB_HEAD_REF} + secrets: + gh_pat: secrets.GH_PAT ############################# Style the code ################################### style-code: