Skip to content

Commit 7d9e0ef

Browse files
authored
Update pull_request.yml
1 parent 0079bcf commit 7d9e0ef

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/pull_request.yml

+7-4
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,9 @@ jobs:
6060
with:
6161
check_type: spelling
6262
error_min: 3
63-
gh_pat: secrets.GH_PAT
6463
branch_name: ${GITHUB_HEAD_REF}
64+
secrets:
65+
gh_pat: secrets.GH_PAT
6566

6667
url-check:
6768
name: Check URLs
@@ -71,9 +72,10 @@ jobs:
7172
with:
7273
check_type: urls
7374
error_min: 0
74-
gh_pat: secrets.GH_PAT
7575
branch_name: ${GITHUB_HEAD_REF}
76-
76+
secrets:
77+
gh_pat: secrets.GH_PAT
78+
7779
quiz-check:
7880
name: Check quiz formatting
7981
if: ${{needs.yaml-check.outputs.toggle_quiz_check == 'yes'}}
@@ -82,8 +84,9 @@ jobs:
8284
with:
8385
check_type: quiz_format
8486
error_min: 0
85-
gh_pat: secrets.GH_PAT
8687
branch_name: ${GITHUB_HEAD_REF}
88+
secrets:
89+
gh_pat: secrets.GH_PAT
8790

8891
############################# Style the code ###################################
8992
style-code:

0 commit comments

Comments
 (0)