Skip to content

Trigger Repo B Deploy #2

Trigger Repo B Deploy

Trigger Repo B Deploy #2

Workflow file for this run

name: Trigger Repo B Deploy
on:
workflow_dispatch:
jobs:
dispatch:
runs-on: ubuntu-latest
steps:
- name: Send repository dispatch to cros-repo-TINKER
uses: peter-evans/repository-dispatch@v3
with:
## PAT with repo scope stored in repo-a secrets
## token: ${{ secrets.REPO_B_ACCESS_TOKEN }}
repository: Gauss-Robotics/cros-repo-TINKER
event-type: do-this
client-payload: |
{
"ref": "${{ github.ref }}",
"sha": "${{ github.sha }}"
}