From 5e9f9455cfcab12774e0c896d2133913d8d22969 Mon Sep 17 00:00:00 2001 From: Dan Moore Date: Tue, 8 Oct 2024 09:18:40 -0600 Subject: [PATCH] fix missing env token which causes the gh workflow to always succeed (#3319) --- .github/workflows/closedissues.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/closedissues.yml b/.github/workflows/closedissues.yml index 3ab71968cb..df817d6f0e 100644 --- a/.github/workflows/closedissues.yml +++ b/.github/workflows/closedissues.yml @@ -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: