From 5c6c3a5cabc3525d8ffe3cf621198e3c7b98f1e0 Mon Sep 17 00:00:00 2001 From: Matt Wise Date: Mon, 2 Dec 2024 20:03:36 -0800 Subject: [PATCH] full --- .github/workflows/helm-docs.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/helm-docs.yaml b/.github/workflows/helm-docs.yaml index cffa3b2..8b454e9 100644 --- a/.github/workflows/helm-docs.yaml +++ b/.github/workflows/helm-docs.yaml @@ -9,6 +9,11 @@ jobs: steps: - name: Checkout uses: actions/checkout@v1 + with: + fetch-depth: 0 # required for ct helm tool + token: ${{ steps.generate_token.outputs.token }} + ref: ${{ github.event.pull_request.head.ref }} + repository: ${{ github.event.pull_request.head.repo.full_name }} - name: Set up Go uses: actions/setup-go@v3