WF
This commit is contained in:
parent
82012b3e46
commit
8258a03a55
@ -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]"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user