File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414
1515 - uses : ruby/setup-ruby@v1
1616 env :
17- BUNDLE_GITHUB__COM : " x-access-token:${{ secrets.GITHUB_TOKEN }}"
17+ BUNDLE_GITHUB__COM : " x-access-token:${{ secrets.GH_TOKEN }}"
1818 BUNDLE_GEMFILE : Gemfile
1919 with :
2020 ruby-version : .ruby-version
3939
4040 - uses : ruby/setup-ruby@v1
4141 env :
42- BUNDLE_GITHUB__COM : " x-access-token:${{ secrets.GITHUB_TOKEN }}"
42+ BUNDLE_GITHUB__COM : " x-access-token:${{ secrets.GH_TOKEN }}"
4343 BUNDLE_GEMFILE : Gemfile
4444 with :
4545 ruby-version : .ruby-version
8585
8686 - uses : ruby/setup-ruby@v1
8787 env :
88- BUNDLE_GITHUB__COM : " x-access-token:${{ secrets.GITHUB_TOKEN }}"
88+ BUNDLE_GITHUB__COM : " x-access-token:${{ secrets.GH_TOKEN }}"
8989 with :
9090 ruby-version : .ruby-version
9191 bundler-cache : true
You can’t perform that action at this time.
0 commit comments