Skip to content

Merge pull request #257 from Adobe-Enterprise-Docs/kg-6-25-26 #66

Merge pull request #257 from Adobe-Enterprise-Docs/kg-6-25-26

Merge pull request #257 from Adobe-Enterprise-Docs/kg-6-25-26 #66

Workflow file for this run

name: Mirror
on:
push:
branches:
- main
jobs:
mirror-to-public:
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
# TODO(maintainer): If your org uses a different reusable workflow repo, replace Adobe-Enterprise-Docs/workflows.
# TODO(maintainer): Pin to a commit SHA for stronger supply-chain security instead of @main.
uses: Adobe-Enterprise-Docs/workflows/.github/workflows/mirror-to-public.yml@main

Check failure on line 13 in .github/workflows/mirror.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/mirror.yml

Invalid workflow file

error parsing called workflow ".github/workflows/mirror.yml" -> "Adobe-Enterprise-Docs/workflows/.github/workflows/mirror-to-public.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
# TODO(maintainer): Ensure org-level GitHub App secrets are available (ADOBEDOCS_MIRRORING_APP_ID and ADOBEDOCS_MIRRORING_APP_PRIVATE_KEY).
secrets: inherit
# TODO(maintainer): If public target differs from AdobeDocs/<this-repo-name>, pass:
# with:
# mirror-target-repository: <owner>/<repo>