Skip to content

Commit

Permalink
fix missing env token which causes the gh workflow to always succeed (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mooreds authored Oct 8, 2024
1 parent c9243b1 commit 5e9f945
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/closedissues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
check_closed_github_issues:
# The type of runner that the job will run on
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ github.token }}

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down

0 comments on commit 5e9f945

Please sign in to comment.