Supply kubeconfig to preprod deploy job (#9957)

This commit is contained in:
Rory Powell 2023-03-09 12:12:01 +00:00 committed by GitHub
parent 0ed988015f
commit 57850c7b8e
1 changed files with 2 additions and 0 deletions

View File

@ -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