name: 🎁 Release Charts on: push: tags: - "*" # concurrency: # cancel-in-progress: true # group: ${{ github.workflow }}-${{ github.ref_name }} jobs: release: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v4 with: fetch-depth: 0 - name: Publish Helm charts uses: https://git.devthefuture.org/devthefuture/helm-pages.git@master with: charts_dir: charts linting: off 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