From c194736f9e1e17f8279cb7fe54bf6fce7b23fae7 Mon Sep 17 00:00:00 2001 From: Ruthenic Date: Sat, 17 Sep 2022 16:28:18 -0400 Subject: [PATCH] maybe? --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 321062c..e17b978 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -19,7 +19,7 @@ pipeline: - cp dist/build.js /tmp/build - cd /tmp/build - git init . - - git remote add origin "https://BotUser:$access_token@git.ruthenic.com/Demon/demoncord-builds.git" + - git remote add origin "https://git.ruthenic.com/Demon/demoncord-builds.git" - git add . - git commit -m "Update build" - - git push --force -u origin master + - echo $access_token | git push --force -u origin master