Skip to content

Commit

Permalink
Fix GH_PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Oct 24, 2023
1 parent 3df3e40 commit c640fe3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-url.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ jobs:
- name: Find issues
id: find-issue
env:
GH_PAT: ${{ secrets.GH_PAT }}
run: |
issue_exists=$(Rscript --vanilla scripts/find_issue.R --repo "$GITHUB_REPOSITORY" --git_pat "$GH_PAT")
echo URL issue exists: $issue_exists
Expand Down

0 comments on commit c640fe3

Please sign in to comment.