From fe7f0de64aceac18e4b5a8451b1bf307ed2a97dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 24 Oct 2020 10:50:40 +0100 Subject: [PATCH] see if we can load the token --- .build.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.build.yml b/.build.yml index e67ee7b0..99dfea4e 100644 --- a/.build.yml +++ b/.build.yml @@ -2,8 +2,12 @@ image: nixos/latest sources: - https://git.sr.ht/~cyplo/dotfiles +secrets: + - e9ca03f3-9207-40ee-8ef6-f59f0bdb53e0 + tasks: - setup: | - echo "hello dotfiles" - ls -hal + cd dotfiles + source ~/.github_token + echo $GITHUB_TOKEN | wc