Skip to content

Commit f05ca2d

Browse files
committed
CCM-8590: add env var to workflows
1 parent 93cb438 commit f05ca2d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/stage-2-test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ on:
3535
env:
3636
AWS_REGION: eu-west-2
3737
TERM: xterm-256color
38+
ENABLE_LETTERS: true
3839

3940
permissions:
4041
id-token: write # This is required for requesting the JWT

.github/workflows/stage-4-acceptance.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ on:
3434

3535
env:
3636
AWS_REGION: eu-west-2
37+
ENABLE_LETTERS: true
3738

3839
permissions:
3940
id-token: write # This is required for requesting the JWT

0 commit comments

Comments
 (0)