dotfiles/.build.yml

14 lines
229 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:
- setup: |
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