see if we can load the token
This commit is contained in:
parent
cf5b0a8bff
commit
fe7f0de64a
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue