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 ffe9b0f commit 5049a56Copy full SHA for 5049a56
.github/workflows/ci.yml
@@ -79,6 +79,8 @@ jobs:
79
restore-keys: |
80
${{ runner.os }}-gem-
81
- name: Submodules and Bundle Install
82
+ env:
83
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
84
run: |
85
git submodule update --init --recursive
86
sudo gem install bundler
0 commit comments