From 8cf8116408410f8d833fb14651f7db99a7b76679 Mon Sep 17 00:00:00 2001 From: Shiny Nematoda Date: Sun, 2 Apr 2023 16:02:25 +0000 Subject: [PATCH] Update CI config --- .woodpecker.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index 253686a..8353603 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -4,9 +4,11 @@ pipeline: commands: - apk add jq git - chmod u+x gen.sh && ./gen.sh + - git remote set-url origin https://$CBTOKEN@codeberg.org/Hyperpipe/pages.git - git add . - git config user.name "Hyperpipe Bot"; git config user.email "hyperpipe@noreply.codeberg.org" - git commit -m "Updated CSV and INSTANCE.md [CI SKIP]" - git push origin main + secrets: [ cbtoken ] when: event: ['push'] \ No newline at end of file