Skip to content

Commit

Permalink
ci: add mirroring to codeberg
Browse files Browse the repository at this point in the history
  • Loading branch information
AstreaTSS committed Aug 22, 2024
1 parent a21f23c commit 40f1012
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: "Mirror Repository"

on: [push]

jobs:
mirror:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master
with:
REMOTE: 'https://codeberg.org/Astrea/PYTHIA.git'
GIT_USERNAME: Astrea
GIT_PASSWORD: '${{ secrets.CODEBERG_PASSWORD }}'

0 comments on commit 40f1012

Please sign in to comment.