From 8258a03a55da04eedaee7b9691cf2a358720d930 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Thu, 13 Mar 2025 14:28:10 +0100 Subject: [PATCH] WF --- .github/workflows/get-versions-from-newreleases.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/get-versions-from-newreleases.yaml b/.github/workflows/get-versions-from-newreleases.yaml index 68b76b1..6375de7 100644 --- a/.github/workflows/get-versions-from-newreleases.yaml +++ b/.github/workflows/get-versions-from-newreleases.yaml @@ -34,9 +34,9 @@ jobs: - name: Commit JSON env: - GITHUB_TOKEN: ${{ secrets.PAT_MICHEL }} + TOKEN: ${{ secrets.PAT_MICHEL }} run: | - gh auth login --with-token <<< $GITHUB_TOKEN + gh auth login --with-token <<< $TOKEN gh auth status git config --global user.email "michel.roegl-brunner@htl-braunau.at" git config --global user.name "GitHub Actions[bot]"