We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee3f245 commit a6fc8f0Copy full SHA for a6fc8f0
.github/workflows/ci_helm_publish.yaml
@@ -63,16 +63,16 @@ jobs:
63
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
64
with:
65
source-directory: 'ssl-helm-charts'
66
- destination-github-username: 'prajwalkkumar'
+ destination-github-username: 'ssl-hep'
67
destination-repository-name: 'ssl-helm-charts'
68
- target-branch: 'master'
+ target-branch: 'gh-pages'
69
- name: Pushes to flux-river-configs repository
70
uses: cpina/github-action-push-to-another-repository@main
71
env:
72
73
74
source-directory: 'flux_river_configs'
75
76
destination-repository-name: 'flux_river_configs'
77
target-branch: 'main'
78
- name: Create Release
0 commit comments