Skip to content

Commit e9ec038

Browse files
committed
add env for github actions
1 parent 219061a commit e9ec038

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,7 @@ jobs:
2020
gem install bundler
2121
bundle install --jobs 3 --retry 3
2222
bundle exec rake spec
23+
env:
24+
TB_KEY: ${{ secrets.TB_KEY }}
25+
TB_SECRET: ${{ secrets.TB_SECRET }}
26+

0 commit comments

Comments
 (0)