From c9fe98747dfb3b3f622034ebda9f6fa94444eee2 Mon Sep 17 00:00:00 2001 From: Shaun Hoffer Date: Thu, 25 Jul 2024 16:09:24 -0400 Subject: [PATCH] fix two for git push --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 2d4c095..41325aa 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -14,7 +14,7 @@ steps: - event: manual # workflow should run if you execute it manual - event: push # workflow should run on each push ( = on each commit) image: ubuntu - secrets: gittoken + secrets: [ gittoken ] commands: - apt update - apt install -y git wget