Skip to content

Merge pull request #1112 from input-output-hk/napoles/contrib/weekly-… #1370

Merge pull request #1112 from input-output-hk/napoles/contrib/weekly-…

Merge pull request #1112 from input-output-hk/napoles/contrib/weekly-… #1370

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