We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7064f02 commit d768f85Copy full SHA for d768f85
1 file changed
.github/workflows/pull_request.yml
@@ -26,6 +26,8 @@ jobs:
26
if: steps.cache.outputs.cache-hit != 'true'
27
run: bundle install --jobs 4 --retry 3
28
- name: Build and test with Rake/Rubocop
29
+ env:
30
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
run: |
32
bundle exec rake
33
bundle exec rubocop --display-cop-names
0 commit comments