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