Create mirror-to-codeberg.yaml
This commit is contained in:
parent
b5f5b74213
commit
e8407deedf
19
.github/workflows/mirror-to-codeberg.yaml
vendored
Normal file
19
.github/workflows/mirror-to-codeberg.yaml
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
# Sync repo to the Codeberg mirror
|
||||
name: Repo sync GitHub -> Codeberg
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
|
||||
jobs:
|
||||
codeberg:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: spyoungtech/mirror-action@v0.7.0
|
||||
with:
|
||||
REMOTE: "https://codeberg.org/FredHappyface/Android.EweSticker.git"
|
||||
GIT_USERNAME: FredHappyface
|
||||
GIT_PASSWORD: ${{ secrets.CODEBERG_PASSWORD }}
|
Loading…
x
Reference in New Issue
Block a user