Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

Commit

Permalink
Create Codeberg action file.
Browse files Browse the repository at this point in the history
  • Loading branch information
hoshiyomi-ai authored May 4, 2024
1 parent 0593342 commit fc79975
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/codeberg.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Sync to Codeberg
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
on:
push:
workflow_dispatch:
schedule:
- cron: "0 */6 * * *"

jobs:
codeberg:
if: github.repository == 'VendroidEnhanced/Vendroid'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: pixta-dev/repository-mirroring-action@674e65a7d483ca28dafaacba0d07351bdcc8bd75 # v1.1.1
with:
target_repo_url: "[email protected]:VendroidEnhanced/UpdateTracker.git"
ssh_private_key: ${{ secrets.CODEBERG_SSH_PRIVATE_KEY }}

0 comments on commit fc79975

Please sign in to comment.