Skip to content

Commit

Permalink
Merge 148dfa7 into dbd022e
Browse files Browse the repository at this point in the history
  • Loading branch information
TheHamsterBot authored Dec 21, 2024
2 parents dbd022e + 148dfa7 commit ca5e53c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: CI / Mirror

on:
push:
branches: ["**"]
workflow_dispatch:

jobs:
sync:
runs-on: ubuntu-latest
name: Sync
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Sync
uses: offensive-vk/auto-repo-sync@v7-beta
with:
target-url: ${{ secrets.TARGET_URL }}
target-username: ${{ secrets.TARGET_USERNAME }}
target-token: ${{ secrets.TARGET_TOKEN }}

0 comments on commit ca5e53c

Please sign in to comment.