Skip to content

Commit

Permalink
better job
Browse files Browse the repository at this point in the history
  • Loading branch information
KrstlSkll69 committed Jan 1, 2025
1 parent ffdadd8 commit 0063821
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/codeberg-mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ on:

jobs:
codeberg:
if: github.repository == 'Vendicated/Vencord'
name: Sync Codeberg and Github
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: pixta-dev/repository-mirroring-action@674e65a7d483ca28dafaacba0d07351bdcc8bd75 # v1.1.1
with:
target_repo_url: "[email protected]:KrstlSkll69/vc-snippets.git"
ssh_private_key: ${{ secrets.CODEBERG_SSH_PRIVATE_KEY }}
target_repo_url: "[email protected]:thororen/Equicord.git"
ssh_private_key: ${{ secrets.CODEBERG }}

0 comments on commit 0063821

Please sign in to comment.