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 732bd66 commit 89b09d2Copy full SHA for 89b09d2
.github/actions/workflow-restarter-proxy/action.yml
@@ -34,11 +34,14 @@ runs:
34
with:
35
ruby-version: '3'
36
bundler-cache: true # 'bundle install' will be run and gems cached for faster workflow runs
37
+ run: |
38
+ gem install octokit
39
40
# Trigger the reusable workflow
41
- name: Trigger reusable workflow
42
shell: bash
43
run: |
44
+ Bundle exec gem install octokit
45
bundle exec ruby -e "
46
require 'octokit'
47
client = Octokit::Client.new(:access_token => '${{ env.SOURCE_GITHUB_TOKEN }}')
0 commit comments