Skip to content

Commit

Permalink
[CI] Remove protected-branch plugin (again) now that we're using an…
Browse files Browse the repository at this point in the history
… app token (#327)

remove protected-branch plugin
  • Loading branch information
alyssadai authored Jul 19, 2024
1 parent de16135 commit 57c99e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .autorc
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@
"plugins": [
"git-tag",
"released",
[
"protected-branch",
{
"requiredStatusChecks": ["pre-commit.ci - pr"]
}
],
"first-time-contributor",
[
"omit-commits",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
env:
GH_TOKEN: ${{ steps.generate-token.outputs.token }}
# GH_TOKEN: ${{ secrets.NB_PAT_RELEASE }}
PROTECTED_BRANCH_REVIEWER_TOKEN: ${{ secrets.NB_PAT_RELEASE_PROTECTED }}
# PROTECTED_BRANCH_REVIEWER_TOKEN: ${{ secrets.NB_PAT_RELEASE_PROTECTED }}

0 comments on commit 57c99e5

Please sign in to comment.