From 7c889322d5978b55a41b4c2c6d3481768f555451 Mon Sep 17 00:00:00 2001 From: Ruthenic Date: Sat, 17 Sep 2022 16:52:50 -0400 Subject: [PATCH] i am at breaking point --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 634febd..eb3fc81 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -20,7 +20,7 @@ pipeline: - cp dist/build.js /tmp/build - cd /tmp/build - git init . - - git remote add origin "https://git.ruthenic.com/Demon/demoncord-builds.git" + - git remote add origin "https://BotUser:$ACCESS_TOKEN@git.ruthenic.com/Demon/demoncord-builds.git" - git add . - git commit -m "Update build" - git push --force -u origin master