From 54a4b32e7aa833c195c0121dfef9141a085b5626 Mon Sep 17 00:00:00 2001 From: "hexlocation's laptop (asiago)" Date: Thu, 4 Apr 2024 09:00:59 +0200 Subject: [PATCH] maybe mab eme --- .woodpecker.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 9a1871b..02d1c35 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -5,7 +5,7 @@ when: steps: - name: build image: woodpeckerci/plugin-docker-buildx - secrets: [ git_pat ] + secrets: [ gitpat ] settings: repo: hexlocation/disseminate platforms: linux/amd64 @@ -13,4 +13,4 @@ steps: tags: ["${CI_COMMIT_BRANCH}-latest","${CI_COMMIT_BRANCH}-${CI_COMMIT_SHA}"] username: hexlocation registry: git.clatter.cc - password: $${git_pat} + password: $${gitpat}