Skip to content

Commit

Permalink
fix: changed push to use admin token
Browse files Browse the repository at this point in the history
BREAKING CHANGE: actually might be!!
  • Loading branch information
ttimbers authored Mar 14, 2020
1 parent 9474849 commit cf89cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf89cbf

Please sign in to comment.