Create mirror.yml

This commit is contained in:
pluja 2025-08-26 11:43:05 +03:00 committed by GitHub
commit 23f4d74529
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

20
.github/workflows/mirror.yml vendored Normal file
View file

@ -0,0 +1,20 @@
name: Mirror to Codeberg
on:
push:
branches: [ "main" ]
jobs:
mirror:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Mirror to Codeberg
uses: yesolutions/mirror-action@master
with:
REMOTE: 'https://codeberg.org/pluja/awesome-privacy.git'
GIT_USERNAME: pluja
GIT_PASSWORD: ${{ secrets.GIT_MIRROR_PAT }}