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 1a128d876c
commit 272a21f225
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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