This commit is contained in:
Michel Roegl-Brunner 2025-03-13 14:28:10 +01:00
parent 82012b3e46
commit 8258a03a55

View File

@ -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]"