Create sync-to-origin.yml
Some checks are pending
/ sync-to-origin (push) Waiting to run

This commit is contained in:
PoliEcho 2024-12-01 17:00:14 +01:00 committed by GitHub
parent 83c8f8a324
commit 4d50c18b64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

14
.github/workflows/sync-to-origin.yml vendored Normal file
View File

@ -0,0 +1,14 @@
on: [push]
jobs:
sync-to-origin:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master
with:
REMOTE: 'https://git.pupes.org/PoliEcho/bakatui.git'
GIT_USERNAME: api-user
GIT_PASSWORD: ${{ secrets.APIUSERKEY }}
GIT_PUSH_ARGS: --tags --prune