Fix secrets

This commit is contained in:
MassiveBox 2022-10-31 12:32:12 +01:00
parent 999dd4106d
commit 7e882736b9

View file

@ -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