Skip to content

Translated using Weblate (Dutch) #179

Translated using Weblate (Dutch)

Translated using Weblate (Dutch) #179

Workflow file for this run

name: Mirroring to GitLab Remote for Google Play
on: [push, delete]
jobs:
to_gitlab:
runs-on: ubuntu-18.04
steps: # <-- must use actions/checkout@v1 before mirroring!
- uses: actions/checkout@v1
- uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url:
git@gitlab.com:czlucius/code-scanner-play.git
ssh_private_key: # <-- use 'secrets' to pass credential information.
${{ secrets.GITLAB_SSH_PRIVATE_KEY }}