We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f56cc5 commit 0d61179Copy full SHA for 0d61179
.github/workflows/ruby.yml
@@ -28,4 +28,6 @@ jobs:
28
ruby-version: ${{ matrix.ruby }}
29
bundler-cache: true
30
- name: Run tests
31
+ env:
32
+ COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
33
run: bundle exec rake spec
0 commit comments