Skip to content

Commit aa88156

Browse files
committed
add env vars... should be prefixed maybe...
1 parent 43a4322 commit aa88156

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ jobs:
9797
TEST_SESSION_SECRET: ${{ secrets.TEST_SESSION_SECRET }}
9898
TEST_SLACK_CHANNEL_ID: ${{ secrets.TEST_SLACK_CHANNEL_ID }}
9999
TEST_SLACK_TOKEN: ${{ secrets.TEST_SLACK_TOKEN }}
100+
POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }}
101+
ALLOWED_HOSTS: ${{ secrets.ALLOWED_HOSTS }}
102+
SECRET_KEY: ${{ secrets.SECRET_KEY }}
100103
run: |
101104
SAMPLES=$(sed 's|^samples/||' changed_samples.txt | paste -s -d ',' -)
102105
echo "Running tests for samples: $SAMPLES"

0 commit comments

Comments
 (0)