Skip to content

Commit 5d9dcbe

Browse files
committed
edit workflow env vars
1 parent e86ab27 commit 5d9dcbe

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
@@ -101,6 +101,7 @@ jobs:
101101
TEST_SLACK_CHANNEL_ID: ${{ secrets.TEST_SLACK_CHANNEL_ID }}
102102
TEST_SLACK_TOKEN: ${{ secrets.TEST_SLACK_TOKEN }}
103103
TEST_SHARED_SECRETS: ${{ secrets.TEST_SHARED_SECRETS}}
104+
TEST_TAVILY_API_KEY: ${{ secrets.TEST_TAVILY_API_KEY }}
104105
TEST_ALLOWED_HOSTS: ${{ secrets.TEST_ALLOWED_HOSTS }}
105106
run: |
106107
SAMPLES=$(sed 's|^samples/||' changed_samples.txt | paste -s -d ',' -)

0 commit comments

Comments
 (0)