Skip to content

Release

Release #538

Workflow file for this run

name: Release
on:
schedule:
- cron: '0 0 * * *'
push:
branches:
- main
jobs:
release:
name: release
runs-on: ubuntu-latest
if: github.repository == 'tictactrip/documentation'
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Mirroring
uses: pixta-dev/repository-mirroring-action@v1.1.0
with:
target_repo_url:
git@github.com:nodi-bot/documentation.git
ssh_private_key:
${{ secrets.MIRROR_SSH_PRIVATE_KEY }}