Skip to content

Commit

Permalink
feat: remove branch protection bot from release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Dec 15, 2022
1 parent bfb8e82 commit c8b5e2b
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/release.yml
Expand Up @@ -18,17 +18,17 @@ jobs:
- env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
- name: Temporarily disable "include administrators" branch protection
uses: benjefferies/branch-protection-bot@1.0.7
with:
access_token: ${{ secrets.ACCESS_TOKEN }}
branch: ${{ github.event.repository.default_branch }}
# - name: Temporarily disable "include administrators" branch protection
# uses: benjefferies/branch-protection-bot@1.0.7
# with:
# access_token: ${{ secrets.ACCESS_TOKEN }}
# branch: ${{ github.event.repository.default_branch }}
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: pnpm release-it
- if: always()
name: Enable "include administrators" branch protection
uses: benjefferies/branch-protection-bot@1.0.7
with:
access_token: ${{ secrets.ACCESS_TOKEN }}
branch: ${{ github.event.repository.default_branch }}
# - if: always()
# name: Enable "include administrators" branch protection
# uses: benjefferies/branch-protection-bot@1.0.7
# with:
# access_token: ${{ secrets.ACCESS_TOKEN }}
# branch: ${{ github.event.repository.default_branch }}

0 comments on commit c8b5e2b

Please sign in to comment.