From 7cb68c2de410805803bcf16c35f3fd4ef99c984c Mon Sep 17 00:00:00 2001 From: Melora Hugues Date: Sun, 22 Oct 2023 11:12:49 +0200 Subject: [PATCH] fix: correctly use secrets for woodpecker --- .woodpecker.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index e158a21..fc44e6a 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -41,9 +41,9 @@ steps: registry: git.faercol.me tags: latest username: - from_secret: GIT_USERNAME + from_secret: git_username password: - from_secret: GIT_PASSWORD + from_secret: git_password platforms: - linux/amd64 # - linux/arm64 @@ -79,10 +79,10 @@ steps: - linux/amd64 # - linux/arm64 username: - from_secret: GIT_USERNAME + from_secret: git_username password: - from_secret: GIT_PASSWORD + from_secret: git_password trigger: event: - - tag \ No newline at end of file + - tag