From 226ed0698bd0abd99c4063d44aeb19b59049863b Mon Sep 17 00:00:00 2001 From: Greg Brown Date: Thu, 21 Jan 2021 17:47:24 +0000 Subject: Fix GitHub action for real this time. --- .github/workflows/mirror.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 4ebd741..67ac34f 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -12,7 +12,7 @@ jobs: run: | git clone --mirror 'https://git.yellowsquid.uk/yellowsquid/chomp.git' cd chomp.git/ - git remote add github "https://$GITHUB_ACTOR@github.com/$GITHUB_REPOSITORY.git" + git remote add github "https://$GITHUB_ACTOR:$GITHUB_TOKEN@github.com/$GITHUB_REPOSITORY.git" git push --mirror github env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} -- cgit v1.2.3