mirror of
https://github.com/pluja/awesome-privacy.git
synced 2025-11-06 19:54:53 +05:30
Create mirror.yml
This commit is contained in:
parent
0c29b8673e
commit
23f4d74529
1 changed files with 20 additions and 0 deletions
20
.github/workflows/mirror.yml
vendored
Normal file
20
.github/workflows/mirror.yml
vendored
Normal 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 }}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue