Skip to content

Unlock pydantic and fastapi versions #114

Unlock pydantic and fastapi versions

Unlock pydantic and fastapi versions #114

name: Dispatch to repo
on:
push:
branches:
- main
workflow_dispatch:
jobs:
dispatch:
runs-on: ubuntu-latest
strategy:
matrix:
repo: ["equinor/robotics-deployment"]
steps:
- name: Push to repo
uses: peter-evans/repository-dispatch@v2.0.0
with:
token: ${{ secrets.PAT }}
repository: ${{ matrix.repo }}
event-type: update
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "module": "isar", "branch": "main"}'