Skip to content

Commit b9603bb

Browse files
add TEST_SECRET_KEY to test env
1 parent af2039a commit b9603bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-changed-samples.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ jobs:
9292
TEST_OPENAI_KEY: ${{ secrets.TEST_OPENAI_KEY }}
9393
TEST_POSTGRES_PASSWORD: ${{ secrets.TEST_POSTGRES_PASSWORD }}
9494
TEST_QUEUE: ${{ secrets.TEST_QUEUE }}
95+
TEST_SECRET_KEY: ${{ secrets.TEST_SECRET_KEY }}
9596
TEST_SECRET_KEY_BASE: ${{ secrets.TEST_SECRET_KEY_BASE }}
9697
TEST_SESSION_SECRET: ${{ secrets.TEST_SESSION_SECRET }}
9798
TEST_SLACK_CHANNEL_ID: ${{ secrets.TEST_SLACK_CHANNEL_ID }}

0 commit comments

Comments
 (0)