chore: fix ci

This commit is contained in:
devthejo 2023-12-16 11:56:55 +01:00
parent 2e81306d5e
commit 875fc5ea97
Signed by: devthejo
GPG key ID: C04215C627711F5C
2 changed files with 20 additions and 1 deletions

View file

@ -0,0 +1,19 @@
# Sync repo to the Codeberg mirror
name: Mirror Sync
on:
push:
branches: ["main", "pages"]
workflow_dispatch: # Manual dispatch
# schedule:
# - cron: "0 */6 * * *"
jobs:
codeberg:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: https://codeberg.org/devthefuture/repository-mirroring-action.git@v1
with:
target_repo_url: "git@codeberg.org:devthefuture/helm-charts.git"
ssh_private_key: ${{ secrets.CODEBERG_SSH_PRIVATE_KEY }}

View file

@ -29,4 +29,4 @@ jobs:
charts_dir: charts
linting: off
token: ${{ secrets.M8A_ORG_BOT_REPO_TOKEN }}
branch: pages
branch: pages