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