Skip to content

Commit

Permalink
add mirror workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
brckd authored Mar 4, 2024
1 parent 0cef374 commit ae901eb
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

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/bricked/nixdots.git'
GIT_USERNAME: bricked
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}

0 comments on commit ae901eb

Please sign in to comment.