fix: do not configure git config token
This commit is contained in:
parent
a7ae7a98c5
commit
22424960b6
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue