document-engine: fix migration Job secretRefs for inline creds; correct Azure secret name; clarify Redis ttlSeconds units #387
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Documentation | |
| on: | |
| pull_request: | |
| jobs: | |
| generate: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v5 | |
| with: | |
| ref: ${{ github.event.pull_request.head.ref }} | |
| - name: Run helm-docs for Document Engine | |
| uses: losisin/helm-docs-github-action@v1 | |
| with: | |
| chart-search-root: charts/document-engine | |
| # git-push: true | |
| fail-on-diff: true | |
| - name: Run helm-docs for AI Assistant | |
| uses: losisin/helm-docs-github-action@v1 | |
| with: | |
| chart-search-root: charts/ai-assistant | |
| # git-push: true | |
| fail-on-diff: true |