chore: fix ci

This commit is contained in:
devthejo 2023-12-16 12:32:23 +01:00
parent 5127f9ed34
commit 306d158f12
Signed by: devthejo
GPG key ID: C04215C627711F5C

View file

@ -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