mirror of
https://github.com/pluja/awesome-privacy.git
synced 2025-09-09 16:00:56 +02:00
21 lines
437 B
YAML
21 lines
437 B
YAML
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 }}
|