Skip to content

Merge pull request #529 from vitonsky/patch-2 #8

Merge pull request #529 from vitonsky/patch-2

Merge pull request #529 from vitonsky/patch-2 #8

Workflow file for this run

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 }}