Skip to content
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

chore(deps): bump the ci group across 1 directory with 8 updates (#156)

chore(deps): bump the ci group across 1 directory with 8 updates (#156) #71

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