Capitalize secrets

This commit is contained in:
qwerty287 2022-06-14 07:43:59 +02:00
parent 8297d1a7e2
commit a8b9ff184b
No known key found for this signature in database
GPG key ID: E0464C650D9D25B2

View file

@ -34,7 +34,7 @@ pipeline:
# Username and token that should be used to authenticate against the gitea instance
# - GITEA_USERNAME=secret
# - GITEA_TOKEN=secret
secrets: [ gitea_username, gitea_token ]
secrets: [ GITEA_USERNAME, GITEA_TOKEN ]
commands:
# Setup git credentials and checkout target branch
- git config user.name "$${GIT_AUTHOR_NAME}"