From 994e683cfafbe50e266772803c99422e0335e95e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 3 Dec 2022 16:14:23 +0000 Subject: [PATCH] separate steps to push to github --- .woodpecker.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index e365fa5a..33472a3a 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -11,7 +11,7 @@ pipeline: push_to_github: image: nixpkgs/nix-flakes:latest pull: true - commands: | - git remote add github https://cyplo:$GITHUB_TOKEN@github.com/cyplo/dotfiles.git - git push github --all --force + commands: + - git remote add github https://cyplo:$GITHUB_TOKEN@github.com/cyplo/dotfiles.git + - git push github --all --force secrets: [ github_token ]