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