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 - name: Commit JSON
env: env:
GITHUB_TOKEN: ${{ secrets.PAT_MICHEL }} TOKEN: ${{ secrets.PAT_MICHEL }}
run: | run: |
gh auth login --with-token <<< $GITHUB_TOKEN gh auth login --with-token <<< $TOKEN
gh auth status gh auth status
git config --global user.email "michel.roegl-brunner@htl-braunau.at" git config --global user.email "michel.roegl-brunner@htl-braunau.at"
git config --global user.name "GitHub Actions[bot]" git config --global user.name "GitHub Actions[bot]"