From 07ece6c22b965044dd85e4b9f2c046554f6f5713 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Thu, 22 Apr 2021 20:27:13 +0100 Subject: [PATCH] migrate to ne wgithub token --- .build.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.build.yml b/.build.yml index 6c4259f3..df42e437 100644 --- a/.build.yml +++ b/.build.yml @@ -1,14 +1,14 @@ image: nixos/latest sources: - - https://git.sr.ht/~cyplo/dotfiles + - https://git.sr.ht/~cyplo/dotfiles secrets: - - b7161fff-05f4-4470-b4a1-57bd67dede23 + - 6c23a8c1-7a30-4a7e-b3b7-0171e898a7d3 tasks: - - github_push: | - set +xv - cd dotfiles - GITHUB_TOKEN=`cat ~/.github_token` - git remote add github https://cyplo:$GITHUB_TOKEN@github.com/cyplo/dotfiles.git - git push github master + - github_push: | + set +xv + cd dotfiles + GITHUB_TOKEN=`cat ~/.github_token` + git remote add github https://cyplo:$GITHUB_TOKEN@github.com/cyplo/dotfiles.git + git push github master