Skip to content

Commit

Permalink
try fix credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeier committed Aug 4, 2024
1 parent 8a605f7 commit 9d473b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-docker-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' \
Expand Down Expand Up @@ -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

0 comments on commit 9d473b3

Please sign in to comment.