From 939df3fcc4eea320a9bb7eabd07a06d8cc9fbea9 Mon Sep 17 00:00:00 2001 From: a31 Date: Sat, 9 Sep 2023 18:49:50 +0300 Subject: [PATCH] Update update_cec_list.bash --- update_cec_list.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_cec_list.bash b/update_cec_list.bash index bc8f9b8..efef641 100755 --- a/update_cec_list.bash +++ b/update_cec_list.bash @@ -10,7 +10,7 @@ if [ $http_response != "200" ]; then else git config user.name 'user2' git config user.email 'user2@localhost' - git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@gitea.demb.uk/$GITHUB_REPOSITORY + git remote set-url origin https://x-access-token:$GITHUB_TOKEN@gitea.demb.uk/$GITHUB_REPOSITORY git diff "list.csv" git diff "list.csv" | python3 stdin2discord.py git add "list.csv"