Skip to content

Commit b2c68b0

Browse files
committed
setup hatchet user
1 parent 3b6535f commit b2c68b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/rspec.yml

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ jobs:
77
strategy:
88
matrix:
99
ruby: [ '3.0', '3.1', '3.2', '3.3' ]
10+
env:
11+
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
12+
HEROKU_API_USER: ${{ secrets.HEROKU_API_USER }}
1013

1114
name: Setup env & run tests with Ruby ${{ matrix.ruby }}
1215
steps:

0 commit comments

Comments
 (0)