Skip to content

Merge pull request #1103 from input-output-hk/fernando-sanchez/contri… #1361

Merge pull request #1103 from input-output-hk/fernando-sanchez/contri…

Merge pull request #1103 from input-output-hk/fernando-sanchez/contri… #1361

Workflow file for this run

name: sync-content
on:
push:
branches:
- main
jobs:
sync:
runs-on: ubuntu-latest
steps:
- run: gh workflow run --repo input-output-hk/essential-cardano-application --ref main syncProductionContent.yml
env:
GITHUB_TOKEN: ${{ secrets.WORKFLOW_GITHUB_TOKEN }}