diff --git a/.woodpecker.yml b/.woodpecker.yml index d1e2c4a..8280c34 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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] \ No newline at end of file + api_key: + from_secret: auth_token + title: dev \ No newline at end of file