Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
ami-descope committed Feb 6, 2024
1 parent 14d8f93 commit 905499e
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 @@ -12,6 +12,8 @@ jobs:
build:
name: Build Ruby SDK
runs-on: ubuntu-latest
env:
BUNDLE_GITHUB__COM: "x-access-token:${{ secrets.CI_READ_COMMON }}"
steps:
- name: Checkout Code
uses: actions/checkout@v4
Expand All @@ -24,7 +26,6 @@ jobs:
- name: Configure Bundler
run: |
# Configure bundler with the required GitHub token
bundle config set --global github.com x-access-token:${{ secrets.GH_TOKEN }}
bundle install
- name: Run RSpec Test
Expand Down

0 comments on commit 905499e

Please sign in to comment.