From 839a978c46392421612c5072ee2e22d3285f1cc8 Mon Sep 17 00:00:00 2001 From: sidey79 <7968127+sidey79@users.noreply.github.com> Date: Sat, 11 Dec 2021 21:14:22 +0100 Subject: [PATCH] Update mirror.yml fix token for commit --- .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 66f5eec6b..c1db756c8 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -137,7 +137,7 @@ jobs: if: ${{ steps.fetchsvn.outputs.SVN_FETCH_STATUS == 'complete' }} uses: ad-m/github-push-action@v0.6.0 with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ github.token }} branch: main directory: ./src/fhem-mirror force: true