Skip to content

Commit

Permalink
ci: set COVERALLS_REPO_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
ninoseki committed Jun 3, 2021
1 parent 95d165c commit 4a77405
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -14,6 +14,8 @@ jobs:
bundler-cache: true

- name: Run the default task
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: |
gem install bundler -v 2.2.15
bundle install
Expand Down

0 comments on commit 4a77405

Please sign in to comment.