From b77ea9f88574e8feec754f143bab78ecff96c5e5 Mon Sep 17 00:00:00 2001 From: Ruthenic Date: Sat, 17 Sep 2022 16:29:41 -0400 Subject: [PATCH] fjpoikdsfjlskd --- .woodpecker.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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