Skip to content

Commit

Permalink
global
Browse files Browse the repository at this point in the history
  • Loading branch information
ami-descope committed Feb 6, 2024
1 parent 9dabd8e commit 4068bc3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ jobs:
env:
BUNDLE_GITHUB__COM: x-access-token:${{ secrets.CI_READ_COMMON }}
with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
bundler-cache: true

- run: bundle config github.com ${{ secrets.CI_READ_COMMON }}
- name: Configure Bundler
run: |
bundle config --global github.com x-access-token:${{secrets.CI_READ_COMMON}}
- name: Run RSpec Test
run: bundle exec rspec spec/lib.descope
Expand Down

0 comments on commit 4068bc3

Please sign in to comment.