Skip to content

Commit 778fc06

Browse files
updating pat references in pull_request.yml
1 parent f588e44 commit 778fc06

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
with:
8181
check_type: spelling
8282
error_min: 3
83-
gh_pat: secrets.GH_PAT
83+
gh_pat: ${{ secrets.GH_PAT }}
8484

8585
url-check:
8686
name: Check URLs
@@ -90,7 +90,7 @@ jobs:
9090
with:
9191
check_type: urls
9292
error_min: 0
93-
gh_pat: secrets.GH_PAT
93+
gh_pat: ${{ secrets.GH_PAT }}
9494

9595
render-preview:
9696
name: Render preview

0 commit comments

Comments
 (0)