fix: do not configure git config token

This commit is contained in:
Michael Sasser 2024-11-23 22:17:06 +01:00
parent a7ae7a98c5
commit 22424960b6
Signed by: michael
GPG key ID: 5F653AC7631F5151

View file

@ -41,7 +41,6 @@ runs:
git config --global user.name '${{ gitea.actor }}'
git config --global user.email '${{ gitea.actor }}@michaelsasser.org'
git config --local user.password '${{ inputs.PERSONAL_ACCESS_TOKEN }}'
git init -b '${{ inputs.downstream_repo_branch }}'
# Local