mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-21 07:15:09 +00:00
Merge pull request #563 from revant/gha-creds
ci: change git creds action for helm release
This commit is contained in:
commit
a355d8a48f
1 changed files with 1 additions and 3 deletions
4
.github/workflows/build_stable.yml
vendored
4
.github/workflows/build_stable.yml
vendored
|
|
@ -135,9 +135,7 @@ jobs:
|
||||||
ssh-private-key: ${{ secrets.HELM_DEPLOY_KEY }}
|
ssh-private-key: ${{ secrets.HELM_DEPLOY_KEY }}
|
||||||
|
|
||||||
- name: Setup Git Credentials
|
- name: Setup Git Credentials
|
||||||
uses: oleksiyrudenko/gha-git-credentials@v2-latest
|
- uses: fregante/setup-git-user@v1
|
||||||
with:
|
|
||||||
global: true
|
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue