Skip to content

Commit

Permalink
Fix secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Jan 8, 2025
1 parent 00842bc commit e149749
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,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
Expand All @@ -72,8 +73,9 @@ 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
Expand All @@ -83,8 +85,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:
Expand Down

0 comments on commit e149749

Please sign in to comment.