separate steps to push to github
This commit is contained in:
parent
b907a6c6bb
commit
994e683cfa
1 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ pipeline:
|
||||||
push_to_github:
|
push_to_github:
|
||||||
image: nixpkgs/nix-flakes:latest
|
image: nixpkgs/nix-flakes:latest
|
||||||
pull: true
|
pull: true
|
||||||
commands: |
|
commands:
|
||||||
git remote add github https://cyplo:$GITHUB_TOKEN@github.com/cyplo/dotfiles.git
|
- git remote add github https://cyplo:$GITHUB_TOKEN@github.com/cyplo/dotfiles.git
|
||||||
git push github --all --force
|
- git push github --all --force
|
||||||
secrets: [ github_token ]
|
secrets: [ github_token ]
|
||||||
|
|
Loading…
Reference in a new issue