diff --git a/.forgejo/workflows/codeberg-mirror.yaml b/.forgejo/workflows/codeberg-mirror.yaml new file mode 100644 index 0000000..2e3fe71 --- /dev/null +++ b/.forgejo/workflows/codeberg-mirror.yaml @@ -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 }} \ No newline at end of file diff --git a/.forgejo/workflows/release-charts.yaml b/.forgejo/workflows/release-charts.yaml index d5b6112..4ad6160 100644 --- a/.forgejo/workflows/release-charts.yaml +++ b/.forgejo/workflows/release-charts.yaml @@ -29,4 +29,4 @@ jobs: charts_dir: charts linting: off token: ${{ secrets.M8A_ORG_BOT_REPO_TOKEN }} - branch: pages \ No newline at end of file + branch: pages