dotfiles/.build.yml

15 lines
251 B
YAML
Raw Normal View History

2020-10-24 10:35:35 +01:00
image: nixos/latest
sources:
- https://git.sr.ht/~cyplo/dotfiles
2020-10-24 10:50:40 +01:00
secrets:
- e9ca03f3-9207-40ee-8ef6-f59f0bdb53e0
2020-10-24 10:35:35 +01:00
tasks:
2020-10-24 10:53:32 +01:00
- github_push: |
set +xv
2020-10-24 10:50:40 +01:00
cd dotfiles
source ~/.github_token
echo $GITHUB_TOKEN | wc
2020-10-24 10:35:35 +01:00