diff --git a/.woodpecker.yml b/.woodpecker.yml index e17b978..faae0e5 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -14,6 +14,7 @@ pipeline: commands: - git config --global user.name "BotUser" - git config --global user.email "awaynian.trow@gmail.com" + - git config user.password $access_token - git config --global init.defaultBranch "master" - mkdir /tmp/build - cp dist/build.js /tmp/build @@ -22,4 +23,4 @@ pipeline: - git remote add origin "https://git.ruthenic.com/Demon/demoncord-builds.git" - git add . - git commit -m "Update build" - - echo $access_token | git push --force -u origin master + - git push --force -u origin master