Skip to content

Merge pull request #1457 from input-output-hk/robertino-martinez/cont… #1676

Merge pull request #1457 from input-output-hk/robertino-martinez/cont…

Merge pull request #1457 from input-output-hk/robertino-martinez/cont… #1676

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 }}