Supply kubeconfig to preprod deploy job (#9957)
This commit is contained in:
parent
1a128d876c
commit
272a21f225
|
@ -45,6 +45,8 @@ jobs:
|
||||||
[
|
[
|
||||||
"values.preprod.yaml"
|
"values.preprod.yaml"
|
||||||
]
|
]
|
||||||
|
env:
|
||||||
|
KUBECONFIG_FILE: '${{ secrets.PREPROD_KUBECONFIG }}'
|
||||||
|
|
||||||
- name: Discord Webhook Action
|
- name: Discord Webhook Action
|
||||||
uses: tsickert/discord-webhook@v4.0.0
|
uses: tsickert/discord-webhook@v4.0.0
|
||||||
|
|
Loading…
Reference in New Issue