Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4020ad commit c447e12Copy full SHA for c447e12
1 file changed
.github/workflows/ruby-build.yml
@@ -247,8 +247,14 @@ jobs:
247
runs-on: ubuntu-latest
248
container:
249
image: centos:centos7
250
+ env:
251
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
252
needs: [package]
253
steps:
254
+ - name: Install gh cli
255
+ run: |
256
+ yum-config-manager --add-repo https://cli.github.com/packages/rpm/gh-cli.repo
257
+ yum install -y gh
258
- uses: actions/checkout@v3
259
- name: Fetch CodeQL
260
uses: ./.github/actions/fetch-codeql
0 commit comments