Fix secrets
This commit is contained in:
parent
999dd4106d
commit
7e882736b9
|
@ -12,14 +12,14 @@ pipeline:
|
|||
repo: gitea.massivebox.net/massivebox/ecodash
|
||||
tags: dev
|
||||
username: massivebox
|
||||
password: $${GITEA_PASSWORD}
|
||||
secrets: [gitea_password]
|
||||
password:
|
||||
from_secret: auth_token
|
||||
|
||||
gitea-publish:
|
||||
image: plugins/gitea-release
|
||||
settings:
|
||||
base_url: https://gitea.massivebox.net
|
||||
files: ecodash
|
||||
api_key: $${GITEA_PASSWORD}
|
||||
title: dev
|
||||
secrets: [gitea_password]
|
||||
api_key:
|
||||
from_secret: auth_token
|
||||
title: dev
|
Loading…
Reference in a new issue