From 3e961649635fbd7a42cc82c590dea5afbc3f56cd Mon Sep 17 00:00:00 2001 From: Maxython Date: Thu, 23 Sep 2021 12:37:10 +0300 Subject: [PATCH] Fix bug --- .github/workflows/packages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index 2611d72b33..4fa1ff550c 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -176,6 +176,6 @@ jobs: git add . git config --local user.email "mixython@gmail.com" git config --local user.name "Maxython" - git remote set-url origin "https://Maxython:${{ secrets.GITHUB_TOKEN }}@github.com/Maxython/termux-packages-in-pacman-format.git" + git remote set-url origin "https://Maxython:${{ secrets.TOKEN }}@github.com/Maxython/termux-packages-in-pacman-format.git" git commit -m "Uploading packages." -a git push origin main