Skip to content

Commit 6711fa0

Browse files
authored
remove test env var
1 parent b547c66 commit 6711fa0

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/register-commands-test.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
RDS_SERVERLESS_PUBLIC_KEY: ${{secrets.RDS_SERVERLESS_PUBLIC_KEY}}
2525
CRON_JOBS_PUBLIC_KEY: ${{secrets.CRON_JOBS_PUBLIC_KEY}}
2626
IDENTITY_SERVICE_PUBLIC_KEY: ${{secrets.IDENTITY_SERVICE_PUBLIC_KEY}}
27-
TEST_ENV_VAR1: ${{secrets.TEST_ENV_VAR1}}
2827

2928
Register-Commands:
3029
needs: [Environment-Variables-Check]

src/constants/variables.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@ export const envKeys = [
1616
"BOT_PRIVATE_KEY",
1717
"RDS_SERVERLESS_PUBLIC_KEY",
1818
"CRON_JOBS_PUBLIC_KEY",
19-
"IDENTITY_SERVICE_PUBLIC_KEY",
20-
"TEST_ENV_VAR",
19+
"IDENTITY_SERVICE_PUBLIC_KEY"
2120
];

0 commit comments

Comments
 (0)