Skip to content

Commit

Permalink
fix: github action #132
Browse files Browse the repository at this point in the history
  • Loading branch information
rprovodenko authored Dec 15, 2021
1 parent e33c3d6 commit d604309
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-release-duckdb-bleeding-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: benjefferies/branch-protection-bot@master
if: always()
with:
access-token: ${{ secrets.BRANCH_PROTECTION_TOKEN }}
access_token: ${{ secrets.BRANCH_PROTECTION_TOKEN }}
enforce_admins: false
branch: release/duckdb-bleeding-edge
- name: Install modules with frozen lockfile and build
Expand Down Expand Up @@ -60,6 +60,6 @@ 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.BRANCH_PROTECTION_TOKEN }}
access_token: ${{ secrets.BRANCH_PROTECTION_TOKEN }}
enforce_admins: true
branch: release/duckdb-bleeding-edge
4 changes: 2 additions & 2 deletions .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: benjefferies/branch-protection-bot@master
if: always()
with:
access-token: ${{ secrets.BRANCH_PROTECTION_TOKEN }}
access_token: ${{ secrets.BRANCH_PROTECTION_TOKEN }}
enforce_admins: false
branch: master
- name: Install modules with frozen lockfile and build
Expand Down Expand Up @@ -60,6 +60,6 @@ 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.BRANCH_PROTECTION_TOKEN }}
access_token: ${{ secrets.BRANCH_PROTECTION_TOKEN }}
enforce_admins: true
branch: master

0 comments on commit d604309

Please sign in to comment.