Skip to content

Commit d768f85

Browse files
authored
Update pull_request.yml
1 parent 7064f02 commit d768f85

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
if: steps.cache.outputs.cache-hit != 'true'
2727
run: bundle install --jobs 4 --retry 3
2828
- name: Build and test with Rake/Rubocop
29+
env:
30+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2931
run: |
3032
bundle exec rake
3133
bundle exec rubocop --display-cop-names

0 commit comments

Comments
 (0)