From f4c044ed31b9f9646a9bc0b9e5f788e43a3e4abc Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Sun, 25 Jun 2023 14:47:27 +0300 Subject: [PATCH] Update update.yml --- .github/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index d0e01af31..3133aa966 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -72,5 +72,5 @@ jobs: git add README.md git commit -m "[Bot] Update README.md" -m "Committed by [iptv-bot](https://github.com/apps/iptv-bot) via [update](https://github.com/iptv-org/iptv/actions/runs/${{ github.run_id }}) workflow." --no-verify || exit 0 git status - git remote set-url origin https://github.com/iptv-org/iptv.git + git remote set-url origin https://${{ steps.create-app-token.outputs.token }}@github.com/iptv-org/iptv.git git push --set-upstream origin master