Skip to content

Commit c8b5e2b

Browse files
committedDec 15, 2022
feat: remove branch protection bot from release.yml
1 parent bfb8e82 commit c8b5e2b

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed
 

Diff for: ‎.github/workflows/release.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ jobs:
1818
- env:
1919
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2020
run: npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
21-
- name: Temporarily disable "include administrators" branch protection
22-
uses: benjefferies/branch-protection-bot@1.0.7
23-
with:
24-
access_token: ${{ secrets.ACCESS_TOKEN }}
25-
branch: ${{ github.event.repository.default_branch }}
21+
# - name: Temporarily disable "include administrators" branch protection
22+
# uses: benjefferies/branch-protection-bot@1.0.7
23+
# with:
24+
# access_token: ${{ secrets.ACCESS_TOKEN }}
25+
# branch: ${{ github.event.repository.default_branch }}
2626
- env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2828
run: pnpm release-it
29-
- if: always()
30-
name: Enable "include administrators" branch protection
31-
uses: benjefferies/branch-protection-bot@1.0.7
32-
with:
33-
access_token: ${{ secrets.ACCESS_TOKEN }}
34-
branch: ${{ github.event.repository.default_branch }}
29+
# - if: always()
30+
# name: Enable "include administrators" branch protection
31+
# uses: benjefferies/branch-protection-bot@1.0.7
32+
# with:
33+
# access_token: ${{ secrets.ACCESS_TOKEN }}
34+
# branch: ${{ github.event.repository.default_branch }}

0 commit comments

Comments
 (0)
Please sign in to comment.