We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e86ab27 commit 5d9dcbeCopy full SHA for 5d9dcbe
.github/workflows/deploy-changed-samples.yml
@@ -101,6 +101,7 @@ jobs:
101
TEST_SLACK_CHANNEL_ID: ${{ secrets.TEST_SLACK_CHANNEL_ID }}
102
TEST_SLACK_TOKEN: ${{ secrets.TEST_SLACK_TOKEN }}
103
TEST_SHARED_SECRETS: ${{ secrets.TEST_SHARED_SECRETS}}
104
+ TEST_TAVILY_API_KEY: ${{ secrets.TEST_TAVILY_API_KEY }}
105
TEST_ALLOWED_HOSTS: ${{ secrets.TEST_ALLOWED_HOSTS }}
106
run: |
107
SAMPLES=$(sed 's|^samples/||' changed_samples.txt | paste -s -d ',' -)
0 commit comments