From a33e943591c870c7d9ec0c2a95aef6ade487f693 Mon Sep 17 00:00:00 2001 From: Ross Wolf <31489089+rw-access@users.noreply.github.com> Date: Thu, 6 May 2021 22:26:30 -0600 Subject: [PATCH] Use @protectionsmachine to push backports (#1186) --- .github/workflows/backport.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index e7ebc4aa5..53dde5a53 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -53,7 +53,7 @@ jobs: - name: Push changes uses: ad-m/github-push-action@master with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.PROTECTIONS_MACHINE_TOKEN }} branch: ${{matrix.target_branch}} - uses: craftech-io/slack-action@v1