Skip to content

Commit

Permalink
typo in env var name
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdjscott committed Oct 2, 2023
1 parent ca77930 commit e3a151a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Write clouds.yaml to temp dir
run: |
import os
with open(os.environ['KUBE_CONFIG_FILE'], 'w') as fh:
with open(os.environ['CLOUDS_YAML_FILE'], 'w') as fh:
fh.write(os.environ['KUBE_CONFIG_CONTENT'])
shell: python
env:
Expand Down

0 comments on commit e3a151a

Please sign in to comment.