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:
|
||||
- "*"
|
||||
|
||||
concurrency:
|
||||
# cancel-in-progress: true
|
||||
# group: ${{ github.workflow }}-${{ github.ref_name }}
|
||||
# concurrency:
|
||||
# cancel-in-progress: true
|
||||
# group: ${{ github.workflow }}-${{ github.ref_name }}
|
||||
|
||||
jobs:
|
||||
release:
|
||||
|
@ -18,15 +18,15 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Configure Git
|
||||
run: |
|
||||
git config user.name "forgejo-actions"
|
||||
git config user.email "bot@devthefuture.org"
|
||||
|
||||
|
||||
- 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:
|
||||
charts_dir: charts
|
||||
linting: off
|
||||
token: ${{ secrets.M8A_ORG_BOT_REPO_TOKEN }}
|
||||
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