Skip to content

Commit 44d2197

Browse files
ci: Fix bump helm chart (#4191)
Signed-off-by: Thomas Poignant <[email protected]>
1 parent 00d8fc4 commit 44d2197

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,10 @@ jobs:
419419

420420
- name: Checkout
421421
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
422+
with:
423+
ref: ${{ env.MAIN_BRANCH_NAME }}
424+
path: ${{ env.MAIN_BRANCH_NAME }}
425+
token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
422426

423427
- name: Bump chart appVersion
424428
env:

0 commit comments

Comments
 (0)