Skip to content

Commit

Permalink
[FIX] Use different reviewer token in release.yaml (#268)
Browse files Browse the repository at this point in the history
Use different reviewer token in release.yaml
  • Loading branch information
alyssadai authored Jan 8, 2024
1 parent e187e8e commit 234d2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
run: ~/auto shipit -vv
env:
GH_TOKEN: ${{ secrets.NB_PAT_RELEASE }}
PROTECTED_BRANCH_REVIEWER_TOKEN: ${{ secrets.NB_PAT_RELEASE }}
PROTECTED_BRANCH_REVIEWER_TOKEN: ${{ secrets.NB_PAT_RELEASE_PROTECTED }}

0 comments on commit 234d2e3

Please sign in to comment.