Skip to content

Commit

Permalink
full
Browse files Browse the repository at this point in the history
  • Loading branch information
diranged committed Dec 3, 2024
1 parent 12863cc commit 5c6c3a5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/helm-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c6c3a5

Please sign in to comment.