mirror of
https://github.com/Lissy93/awesome-privacy.git
synced 2026-03-11 08:55:33 +00:00
Updates the repo mirroring workflow
This commit is contained in:
parent
ecfccc1120
commit
de9b3d1a18
1 changed files with 16 additions and 0 deletions
16
.github/workflows/mirror.yml
vendored
Normal file
16
.github/workflows/mirror.yml
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Syncs repo to the Codeberg mirror
|
||||
name: 🪞 Mirror
|
||||
on:
|
||||
schedule: [{ cron: '0 5 * * 0' }]
|
||||
push: { tags: ['v*'] }
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
mirror:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: lissy93/repo-mirror-action@main
|
||||
with:
|
||||
ssh_key: ${{ secrets.CODEBERG_SSH }}
|
||||
host: git@codeberg.org
|
||||
user: alicia
|
||||
repo: awesome-privacy
|
||||
Loading…
Reference in a new issue