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 ]