1
0
Fork 0

Add push action

This commit is contained in:
Sam Therapy 2023-03-07 19:12:19 +01:00
parent d157e7b871
commit 47cddd61ea
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
1 changed files with 17 additions and 0 deletions

17
.github/workflows/push.yml vendored Normal file
View File

@ -0,0 +1,17 @@
name: Mirror Push
on: [push]
jobs:
push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: mirror
uses: yesolutions/mirror-action@master
with:
REMOTE: 'https://git.froth.zone/sam/scoop.git'
GIT_USERNAME: oauth2
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}