fix: Create consumer cert & key, when chown failed #675
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: AutoAssignReviewer | |
on: | |
pull_request: | |
types: [opened, ready_for_review] | |
jobs: | |
auto-assign-reviewer: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Run assignment of reviewer team | |
uses: nikosmoum/[email protected] | |
with: | |
githubToken: ${{ secrets.AUTOASSIGNREVIEWERSECRET }} | |
teamName: 'client-tools' | |