Skip to content

Merge pull request #93 from City-of-Helsinki/update-dependencies #26

Merge pull request #93 from City-of-Helsinki/update-dependencies

Merge pull request #93 from City-of-Helsinki/update-dependencies #26

Workflow file for this run

name: gitlab-sync
on:
- push
- delete
jobs:
sync:
runs-on: ubuntu-latest
name: Git Repo Sync
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: wangchucheng/[email protected]
with:
target-url: ${{ secrets.TARGET_URL }}
target-username: ${{ secrets.GITLAB_SYNC_USERNAME }}
target-token: ${{ secrets.GITLAB_SYNC_TOKEN }}