Skip to content

.github/workflows/mirror_private_repo.yml #29

.github/workflows/mirror_private_repo.yml

.github/workflows/mirror_private_repo.yml #29

name: Mirror Private Repo to Public
on:
push:
branches:
- feature/test
workflow_dispatch:
jobs:
sync:
uses: tangem-developments/actions/.github/workflows/mirror_private_repo_android.yml@feature/test

Check failure on line 11 in .github/workflows/mirror_private_repo.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/mirror_private_repo.yml

Invalid workflow file

error parsing called workflow ".github/workflows/mirror_private_repo.yml" -> "tangem-developments/actions/.github/workflows/mirror_private_repo_android.yml@feature/test" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
CHECKOUT_BRANCH: master
PUBLIC_REPO_NAME: tangem-app-android-public
secrets:
SSH_PRIVATE_KEY: ${{ secrets.ANDROID_PUBLIC_REPO_SYNC_KEY }}