From 1014dad7097b3239c62ac4f7e0d1b38c326c5808 Mon Sep 17 00:00:00 2001 From: Marcin Jasion Date: Wed, 2 Aug 2023 14:46:37 +0200 Subject: [PATCH] Improve helm-doc autogeneration --- .github/workflows/helm-docs.yaml | 10 ++++++++++ charts/studio/README.md | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/helm-docs.yaml b/.github/workflows/helm-docs.yaml index f17df845..32a29e9c 100644 --- a/.github/workflows/helm-docs.yaml +++ b/.github/workflows/helm-docs.yaml @@ -22,8 +22,17 @@ jobs: helm-docs: runs-on: ubuntu-latest steps: + - name: Generate token + id: generate_token + uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92 + with: + app_id: ${{ secrets.PROJECT_ACTIONS_MANAGEMENT_APP_ID }} + private_key: ${{ secrets.PROJECT_ACTIONS_MANAGEMENT_APP_PEM }} + - name: Checkout uses: actions/checkout@v3 + with: + token: ${{ steps.generate_token.outputs.token }} - name: Run helm-docs working-directory: charts/studio/ @@ -34,3 +43,4 @@ jobs: with: commit_message: Helm-Docs update file_pattern: charts/studio/README.md + diff --git a/charts/studio/README.md b/charts/studio/README.md index 593d7610..95fe316d 100644 --- a/charts/studio/README.md +++ b/charts/studio/README.md @@ -1,6 +1,6 @@ # studio -![Version: 0.2.19](https://img.shields.io/badge/Version-0.2.19-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.21.0](https://img.shields.io/badge/AppVersion-v2.21.0-informational?style=flat-square) +![Version: 0.2.18](https://img.shields.io/badge/Version-0.2.19-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.21.0](https://img.shields.io/badge/AppVersion-v2.21.0-informational?style=flat-square) A Helm chart for Kubernetes