name: 🎁 Release Charts on: push: tags: - "*" jobs: release: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Publish Helm charts # uses: https://git.devthefuture.org/devthefuture/helm-pages.git@master uses: https://git.devthefuture.org/devthefuture/helm-pages.git@5c501aaa7a4dcc1e15c3d1e9a8baf2af1261099d 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