We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6b52f0 commit 1d05f73Copy full SHA for 1d05f73
2 files changed
.github/workflows/helm-release.yaml
@@ -21,6 +21,7 @@ jobs:
21
with:
22
fetch-depth: 0
23
24
+ persist-credentials: false
25
- name: Configure Git
26
run: |
27
git config user.name "$GITHUB_ACTOR"
.github/workflows/helm-test.yaml
@@ -17,6 +17,7 @@ jobs:
17
18
19
20
- name: Set up Helm
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4.3.0
@@ -45,6 +46,7 @@ jobs:
45
46
47
48
49
50
51
52
0 commit comments