From 08e349eed2a049a821d9e1438ce673431c06d6c6 Mon Sep 17 00:00:00 2001 From: Caleb Schilly Date: Fri, 10 Jan 2025 08:39:49 -0500 Subject: [PATCH] #1: update name of github token --- .github/workflows/check-repositories.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-repositories.yml b/.github/workflows/check-repositories.yml index b360ec4b..72893d17 100644 --- a/.github/workflows/check-repositories.yml +++ b/.github/workflows/check-repositories.yml @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest needs: list_repositories env: - GH_TOKEN: ${{ secrets.github_pat2}} + GH_TOKEN: ${{ secrets.ISSUE_CREATION_1}} strategy: fail-fast: false matrix: