From 9d473b3345a3f00ddbe6a5dc8a9627752dfb30fb Mon Sep 17 00:00:00 2001 From: Philip Meier Date: Mon, 5 Aug 2024 00:13:00 +0200 Subject: [PATCH] try fix credentials --- .github/workflows/update-docker-requirements.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-docker-requirements.yml b/.github/workflows/update-docker-requirements.yml index edf72c0c..0139c518 100644 --- a/.github/workflows/update-docker-requirements.yml +++ b/.github/workflows/update-docker-requirements.yml @@ -44,7 +44,7 @@ jobs: - name: Check if commit is associated with a PR id: pr-check env: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} + GH_TOKEN: ${{ github.token }} run: | PR_NUMBER=$(gh api \ -H 'Accept: application/vnd.github+json' \ @@ -81,6 +81,6 @@ jobs: if: failure() uses: JasonEtco/create-an-issue@v2 env: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} + GITHUB_TOKEN: ${{ github.token }} with: filename: .github/ISSUE_TEMPLATE/DOCKER_ISSUE_TEMPLATE.md