diff --git a/.woodpecker.yml b/.woodpecker.yml index 5cee9aa..435fb33 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -10,9 +10,8 @@ pipeline: event: [ pull_request, push ] publish: image: bitnami/git - secrets: [ access_token ] commands: - - echo $access_token + - echo $ACCESS_TOKEN - git config --global credential.helper store - git config --global user.name "BotUser" - git config --global user.email "awaynian.trow@gmail.com" @@ -26,3 +25,4 @@ pipeline: - git add . - git commit -m "Update build" - git push --force -u origin master + secrets: [ access_token ]