Skip to content

Commit

Permalink
fix: Updates access_token in deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
christopheralex authored Jan 29, 2022
1 parent 0c41bfd commit 521a2d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: benjefferies/branch-protection-bot@master
if: always()
with:
access-token: ${{ secrets.ACCESS_TOKEN }}
access_token: ${{ secrets.ACCESS_TOKEN }}
branch: main
enforce_admins: false

Expand All @@ -50,7 +50,7 @@ jobs:
uses: benjefferies/branch-protection-bot@master
if: always() # Force to always run this step to ensure "include administrators" is always turned back on
with:
access-token: ${{ secrets.ACCESS_TOKEN }}
access_token: ${{ secrets.ACCESS_TOKEN }}
branch: main
enforce_admins: true

Expand Down

0 comments on commit 521a2d7

Please sign in to comment.