Skip to content

Commit 0e68b62

Browse files
committed
fixes env var syntax
1 parent aab2c1a commit 0e68b62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ main_languaje: 'python'
99
environment:
1010
- ENV: 'develop'
1111
- FOOD: 'tito'
12-
- VAULT_TOKEN: {{ vault_token }}
12+
- VAULT_TOKEN: "{{ vault_token }}"
1313
resources:
1414
develop:
1515
cpu: 256

0 commit comments

Comments
 (0)