Skip to content

feat(ot-sim): support TLS configuration for CPU API endpoint #41

feat(ot-sim): support TLS configuration for CPU API endpoint

feat(ot-sim): support TLS configuration for CPU API endpoint #41

Workflow file for this run

name: Repository Dispatch
on:
push:
branches: [main]
jobs:
dispatch:
name: Dispatch to phenix
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.REPO_DISPATCH_PAT }}
repository: ${{ github.repository_owner }}/sceptre-phenix
event-type: apps-update
client-payload: '{"repo": "${{ github.repository }}"}'