Skip to content

Update packages

Update packages #84

Workflow file for this run

name: 'Mirror repo to public'
on:
push:
branches:
- master
jobs:
Mirror-action:
if: github.repository != 'tmfg/digitraffic-common'
runs-on: ubuntu-latest
steps:
- name: Mirror
uses: tmfg/digitraffic-actions@mirror/v1
with:
mirror-repo: [email protected]:tmfg/digitraffic-common.git
ssh-private-key: ${{ secrets.SSH_MIRROR_KEY }}