Skip to content

Commit 85f28a0

Browse files
committed
Github action: pass env variables
1 parent 7f59bd3 commit 85f28a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ jobs:
1919
run: npm install
2020
- name: Run tests
2121
run: npm test
22+
env:
23+
TB_KEY: ${{ secrets.TB_KEY }}
24+
TB_SECRET: ${{ secrets.TB_SECRET }}

0 commit comments

Comments
 (0)