chore: fix ci
This commit is contained in:
parent
5127f9ed34
commit
306d158f12
1 changed files with 10 additions and 10 deletions
|
@ -5,9 +5,9 @@ on:
|
||||||
tags:
|
tags:
|
||||||
- "*"
|
- "*"
|
||||||
|
|
||||||
concurrency:
|
# concurrency:
|
||||||
# cancel-in-progress: true
|
# cancel-in-progress: true
|
||||||
# group: ${{ github.workflow }}-${{ github.ref_name }}
|
# group: ${{ github.workflow }}-${{ github.ref_name }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
|
@ -18,15 +18,15 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Configure Git
|
|
||||||
run: |
|
|
||||||
git config user.name "forgejo-actions"
|
|
||||||
git config user.email "bot@devthefuture.org"
|
|
||||||
|
|
||||||
- name: Publish Helm charts
|
- name: Publish Helm charts
|
||||||
uses: https://git.devthefuture.org/devthefuture/helm-gh-pages.git@v1.7.0
|
uses: https://git.devthefuture.org/devthefuture/helm-pages.git@master
|
||||||
with:
|
with:
|
||||||
charts_dir: charts
|
charts_dir: charts
|
||||||
linting: off
|
linting: off
|
||||||
token: ${{ secrets.M8A_ORG_BOT_REPO_TOKEN }}
|
|
||||||
branch: pages
|
branch: pages
|
||||||
|
charts_url: https://devthefuture.codeberg.org/helm-charts
|
||||||
|
commit_username: "forgejo-actions"
|
||||||
|
commit_email: "bot@devthefuture.org"
|
||||||
|
ssh_private_key: ${{ secrets.M8A_ORG_BOT_REPO_TOKEN }}
|
||||||
|
repo_url: git@git.devthefuture.org/${{ github.repository_owner }}/${{ github.repository }}.git
|
Loading…
Add table
Reference in a new issue