chore: fix ci
This commit is contained in:
parent
2e81306d5e
commit
875fc5ea97
2 changed files with 20 additions and 1 deletions
19
.forgejo/workflows/codeberg-mirror.yaml
Normal file
19
.forgejo/workflows/codeberg-mirror.yaml
Normal 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 }}
|
|
@ -29,4 +29,4 @@ jobs:
|
|||
charts_dir: charts
|
||||
linting: off
|
||||
token: ${{ secrets.M8A_ORG_BOT_REPO_TOKEN }}
|
||||
branch: pages
|
||||
branch: pages
|
||||
|
|
Loading…
Add table
Reference in a new issue