From cf89cbf6a0bb0f937236933062d629dce8c6b46f Mon Sep 17 00:00:00 2001 From: "Tiffany A. Timbers" Date: Sat, 14 Mar 2020 00:20:10 -0700 Subject: [PATCH] fix: changed push to use admin token BREAKING CHANGE: actually might be!! --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f4567f4..8e7a734 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,7 +55,7 @@ jobs: - name: Push changes uses: ad-m/github-push-action@master with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.ACCESS_TOKEN }} - name: Enable "include administrators" branch protection uses: benjefferies/branch-protection-bot@master if: always() # Force to always run this step to ensure "include administrators" is always turned back on