Skip to content

Commit

Permalink
Create mirror_to_codeberg.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaklin authored Sep 18, 2024
1 parent 50c526b commit 90d55b2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/mirror_to_codeberg.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Mirror to Codeberg

on: [push]

jobs:
push_to_codeberg:
name: Push commits to codeberg
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master
with:
REMOTE: 'https://codeberg.org/themaklin/sablast.git'
GIT_USERNAME: themaklin
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}

0 comments on commit 90d55b2

Please sign in to comment.