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