From 3ca6692c4de5dd815b83a048823471ef1abafcbd Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Tue, 16 Jan 2024 09:04:46 -0500 Subject: [PATCH] maybe? --- .woodpecker/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/pipeline.yml b/.woodpecker/pipeline.yml index 33d65c5..e803e2c 100644 --- a/.woodpecker/pipeline.yml +++ b/.woodpecker/pipeline.yml @@ -20,7 +20,6 @@ steps: publish: image: woodpeckerci/plugin-docker-buildx - secrets: [pa_token] settings: dockerfile: *file platforms: linux/amd64 @@ -28,7 +27,8 @@ steps: registry: gitea.michaelthomson.dev tags: latest username: ${CI_REPO_OWNER} - password: ${PA_TOKEN} + password: + from_secret: pa_token when: event: push path: *file