Skip to content

Commit 0053e27

Browse files
committed
CCM-8580: remove setting env vars in workflows
1 parent d70869b commit 0053e27

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

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

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

4039
permissions:
4140
id-token: write # This is required for requesting the JWT

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

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

3535
env:
3636
AWS_REGION: eu-west-2
37-
NEXT_PUBLIC_ENABLE_LETTERS: true
3837

3938
permissions:
4039
id-token: write # This is required for requesting the JWT

frontend/.env.template

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
# Includes auth pages when building web frontend in production mode.
22
INCLUDE_AUTH_PAGES=''
3-
# Enables letters feature flag
4-
NEXT_PUBLIC_ENABLE_LETTERS=''

0 commit comments

Comments
 (0)