Skip to content

Commit

Permalink
trying another variation
Browse files Browse the repository at this point in the history
  • Loading branch information
carriewright11 committed Jan 9, 2025
1 parent 7fc1b1c commit 45e2a64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
with:
check_type: spelling
error_min: 3
token: ${{ secrets.GH_PAT }}
token: secrets.GH_PAT

url-check:
name: Check URLs
Expand All @@ -69,7 +69,7 @@ jobs:
with:
check_type: urls
error_min: 0
token: ${{ secrets.GH_PAT }}
token: secrets.GH_PAT

render-preview:
name: Render preview
Expand Down

0 comments on commit 45e2a64

Please sign in to comment.