Fix helm release push with HTTPS (#1419)

This commit is contained in:
Christian Adams
2023-05-17 15:38:35 -04:00
committed by GitHub
parent a62487b58b
commit 72bf56946f

View File

@@ -93,6 +93,13 @@
args:
chdir: "{{ playbook_dir }}/.."
- name: Set url base swap in gitconfig
command:
cmd: "git config --global url.https://{{ gh_user }}:{{ gh_token }}@github.com/.insteadOf https://github.com/"
args:
chdir: "{{ temp_dir.path }}/"
no_log: true
- name: Stage and Push commit to gh-pages branch
command:
cmd: "{{ item }}"