Skip to content

Commit a6fc8f0

Browse files
Prajwal  Kiran KumarPrajwal  Kiran Kumar
Prajwal Kiran Kumar
authored and
Prajwal Kiran Kumar
committed
Fixes for helm release
1 parent ee3f245 commit a6fc8f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci_helm_publish.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,16 @@ jobs:
6363
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
6464
with:
6565
source-directory: 'ssl-helm-charts'
66-
destination-github-username: 'prajwalkkumar'
66+
destination-github-username: 'ssl-hep'
6767
destination-repository-name: 'ssl-helm-charts'
68-
target-branch: 'master'
68+
target-branch: 'gh-pages'
6969
- name: Pushes to flux-river-configs repository
7070
uses: cpina/github-action-push-to-another-repository@main
7171
env:
7272
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
7373
with:
7474
source-directory: 'flux_river_configs'
75-
destination-github-username: 'prajwalkkumar'
75+
destination-github-username: 'ssl-hep'
7676
destination-repository-name: 'flux_river_configs'
7777
target-branch: 'main'
7878
- name: Create Release

0 commit comments

Comments
 (0)