From 1f910f60410445ffb72dbee2c7e691b6657997af Mon Sep 17 00:00:00 2001 From: Ruthenic Date: Sat, 17 Sep 2022 16:32:17 -0400 Subject: [PATCH] okay but will it work this time --- .woodpecker.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index faae0e5..71e541f 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -12,9 +12,10 @@ pipeline: image: bitnami/git secrets: [ access_token ] commands: + - git config --global credential.helper store - git config --global user.name "BotUser" - git config --global user.email "awaynian.trow@gmail.com" - - git config user.password $access_token + - git config --global user.password $access_token - git config --global init.defaultBranch "master" - mkdir /tmp/build - cp dist/build.js /tmp/build