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