This repository was archived by the owner on Dec 2, 2025. It is now read-only.
chore(deps): bump the ci group across 1 directory with 8 updates (#156) #71
This file contains hidden or 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: dispatch e2e test event | |
| on: | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| dispatch-event: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Generate token | |
| id: generate_token | |
| uses: tibdex/github-app-token@v2 | |
| with: | |
| app_id: ${{ secrets.OCMBOT_APP_ID }} | |
| private_key: ${{ secrets.OCMBOT_PRIV_KEY }} | |
| - name: Dispatch e2e test trigger | |
| uses: peter-evans/repository-dispatch@v3 | |
| with: | |
| token: ${{ steps.generate_token.outputs.token }} | |
| repository: open-component-model/MPAS | |
| event-type: component.controlplane.mpas.updated |