Skip to content

Commit

Permalink
4
Browse files Browse the repository at this point in the history
  • Loading branch information
ami-descope committed Feb 6, 2024
1 parent 4068bc3 commit db0e462
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,14 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v4

- name: Configure Bundler
run: |
echo "BUNDLE_GITHUB__COM: x-access-token:${{ secrets.CI_READ_COMMON }}" >> $GITHUB_ENV
- uses: ruby/setup-ruby@v1
env:
BUNDLE_GITHUB__COM: x-access-token:${{ secrets.CI_READ_COMMON }}
with:
bundler-cache: true

- 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 db0e462

Please sign in to comment.