Skip to content

Commit

Permalink
ci: update check-pr-labels.yaml with protected branch token
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewwylde authored Jan 24, 2024
1 parent 1f16c4f commit c3ed1f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-pr-labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
if: github.event_name == 'pull_request'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PROTECTED_BRANCH_REVIEWER_TOKEN: ${{ secrets.PORTAL_JS_SDK_TOKEN }}
run: |
yarn install --frozen-lockfile
npx auto pr-check --url https://konghq.com --context auto/check-semver-label --pr ${{ github.event.pull_request.number }}

0 comments on commit c3ed1f8

Please sign in to comment.