From 1ea695eafed0848b6061bf8aad968df63260bda0 Mon Sep 17 00:00:00 2001 From: oranges Date: Tue, 10 Mar 2020 08:54:41 +1300 Subject: [PATCH] Use actions github token for push (#49614) This works for beestation, so I hope it works for us. --- .github/workflows/compile_changelogs.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/compile_changelogs.yml b/.github/workflows/compile_changelogs.yml index fb732d5d3cf..141fc9a7d87 100644 --- a/.github/workflows/compile_changelogs.yml +++ b/.github/workflows/compile_changelogs.yml @@ -32,7 +32,5 @@ jobs: git commit -m "Automatic changelog compile [ci skip]" -a || true - name: "Push" uses: ad-m/github-push-action@master - env: - GITHUB_ACTOR: comfyorange with: - github_token: ${{ secrets.GITHUB_MASTER_KEY }} + github_token: ${{ secrets.GITHUB_TOKEN }}