Skip to content

Commit 42c1597

Browse files
committed
update deploy changed samples test
1 parent ab0b849 commit 42c1597

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,14 @@ jobs:
9292
TEST_NC_S3_ACCESS_SECRET: ${{ secrets.TEST_NC_S3_ACCESS_SECRET }}
9393
TEST_OPENAI_KEY: ${{ secrets.TEST_OPENAI_KEY }}
9494
TEST_POSTGRES_PASSWORD: ${{ secrets.TEST_POSTGRES_PASSWORD }}
95+
TEST_PROJECT_HONEYPOT_KEY: ${{ secrets.TEST_PROJECT_HONEYPOT_KEY}}
9596
TEST_QUEUE: ${{ secrets.TEST_QUEUE }}
9697
TEST_SECRET_KEY: ${{ secrets.TEST_SECRET_KEY }}
9798
TEST_SECRET_KEY_BASE: ${{ secrets.TEST_SECRET_KEY_BASE }}
9899
TEST_SESSION_SECRET: ${{ secrets.TEST_SESSION_SECRET }}
99100
TEST_SLACK_CHANNEL_ID: ${{ secrets.TEST_SLACK_CHANNEL_ID }}
100101
TEST_SLACK_TOKEN: ${{ secrets.TEST_SLACK_TOKEN }}
102+
TEST_SHARED_SECRETS: ${{ secrets.TEST_SHARED_SECRETS}}
101103
TEST_ALLOWED_HOSTS: ${{ secrets.TEST_ALLOWED_HOSTS }}
102104
run: |
103105
SAMPLES=$(sed 's|^samples/||' changed_samples.txt | paste -s -d ',' -)

0 commit comments

Comments
 (0)