Skip to content

Commit 8ab59a9

Browse files
committed
ci: add environment variables for Breadboard server configuration
1 parent 2805ce6 commit 8ab59a9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ jobs:
3636
3737
- name: Run tests with coverage
3838
run: yarn test:coverage:ci
39+
env:
40+
BREADBOARD_SERVER_URL: ${{ secrets.BREADBOARD_SERVER_URL }}
41+
BREADBOARD_USER: ${{ secrets.BREADBOARD_USER }}
42+
BOARD_ID: ${{ secrets.BOARD_ID }}
43+
BREADBOARD_API_KEY: ${{ secrets.BREADBOARD_API_KEY }}
3944

4045
- name: Build
4146
run: yarn build

0 commit comments

Comments
 (0)