Skip to content
This repository has been archived by the owner on Feb 14, 2025. It is now read-only.

chore(deps): bump the ci group with 10 updates (#185) #72

chore(deps): bump the ci group with 10 updates (#185)

chore(deps): bump the ci group with 10 updates (#185) #72

Workflow file for this run

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@ff45666b9427631e3450c54a1bcbee4d9ff4d7c0
with:
token: ${{ steps.generate_token.outputs.token }}
repository: open-component-model/MPAS
event-type: component.controlplane.mpas.updated