Rm USERNAME

This commit is contained in:
qwerty287 2022-07-29 07:32:26 +02:00
parent d27840a96a
commit 5b52184383

View file

@ -38,10 +38,9 @@ pipeline:
- GITEA_HOST=codeberg.org
- GITEA_REPOSITORY=gitnex/GitNex
- GITEA_BRANCH=main
# Username and token that should be used to authenticate against the gitea instance
# - GITEA_USERNAME=secret
# Token that should be used to authenticate against the gitea instance
# - GITEA_TOKEN=secret
secrets: [ GITEA_USERNAME, GITEA_TOKEN ]
secrets: [ GITEA_TOKEN ]
commands:
# Setup git credentials and checkout target branch
- git config user.name "$${GIT_AUTHOR_NAME}"