Skip to content

Commit 309e408

Browse files
committed
solve action issu
1 parent cd504a3 commit 309e408

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/chart-release.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,18 @@ jobs:
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v4
15+
with:
16+
fetch-depth: 0
1517

18+
- name: Configure Git
19+
run: |
20+
git config user.name "$GITHUB_ACTOR"
21+
git config user.email "[email protected]"
22+
1623
- name: Set up Helm
1724
uses: azure/setup-helm@v3
25+
env:
26+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1827

1928
- name: Install chart-releaser
2029
uses: helm/[email protected]

0 commit comments

Comments
 (0)