Skip to content

Commit

Permalink
3
Browse files Browse the repository at this point in the history
  • Loading branch information
ami-descope committed Feb 6, 2024
1 parent 7d3205b commit 9dabd8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ jobs:
uses: actions/checkout@v4

- uses: ruby/setup-ruby@v1
run: bundle config github.com ${{ secrets.CI_READ_COMMON }}
env:
BUNDLE_GITHUB__COM: x-access-token:${{ secrets.CI_READ_COMMON }}
with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

- run: bundle config github.com ${{ secrets.CI_READ_COMMON }}

- name: Run RSpec Test
run: bundle exec rspec spec/lib.descope

Expand Down

0 comments on commit 9dabd8e

Please sign in to comment.