Skip to content

Commit 48d2f2b

Browse files
committed
CAIP-80 propagate secret and env vars
1 parent 2a312e7 commit 48d2f2b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ jobs:
5454
run: poetry install
5555

5656
- name: Run tests with coverage
57+
env:
58+
TEST_RSA_KEY: ${{ secrets.TEST_RSA_KEY }}
59+
BOT_USERNAME: ${{ vars.BOT_USERNAME }}
60+
STREAM_ID: ${{ vars.STREAM_ID }}
61+
SYMPHONY_HOST: ${{ vars.SYMPHONY_HOST }}
5762
run: poetry run pytest
5863
timeout-minutes: 10
5964

0 commit comments

Comments
 (0)