1
0
Fork 0
mirror of https://github.com/SamTherapy/SamTherapy synced 2024-06-03 03:36:05 +00:00
.profile/.github/workflows/mirror-push.yaml
2024-04-10 15:31:10 +02:00

19 lines
430 B
YAML

name: Mirror Push
on:
push:
branches: [master]
jobs:
push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: mirror
uses: yesolutions/mirror-action@master
with:
REMOTE: 'ssh://git@git.froth.zone/sam/.profile.git'
GIT_SSH_PRIVATE_KEY: ${{ secrets.GIT_SSH_PRIVATE_KEY }}
GIT_SSH_NO_VERIFY_HOST: "true"