We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b6535f commit b2c68b0Copy full SHA for b2c68b0
.github/workflows/rspec.yml
@@ -7,6 +7,9 @@ jobs:
7
strategy:
8
matrix:
9
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 }}
13
14
name: Setup env & run tests with Ruby ${{ matrix.ruby }}
15
steps:
0 commit comments