Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Update xcode-build.yml #711

Update xcode-build.yml

Update xcode-build.yml #711

Workflow file for this run

name: "Mirrored at notabug.org"
on: [push, delete]
jobs:
to_notabug:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url:
"[email protected]:${{ github.repository }}.git"
ssh_private_key:
${{ secrets.MIRROR_PUSH_KEY }}