Skip to content

Commit 7e73615

Browse files
author
Reem Ibrahim
committed
changed private gem access approach
1 parent 2387147 commit 7e73615

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
steps:
3333
- uses: actions/checkout@v3
3434

35+
- name: Configure bundler for private gems
36+
run: bundle config gems.contribsys.com ${{ secrets.BUNDLE_GEMS__CONTRIBSYS__COM }}
37+
3538
- name: Set up Ruby
3639
uses: ruby/setup-ruby@v1
3740
with:
@@ -43,9 +46,6 @@ jobs:
4346
with:
4447
python-version: 3.11
4548

46-
- name: Configure bundler for private gems
47-
run: bundle config gems.contribsys.com ${{ secrets.BUNDLE_GEMS__CONTRIBSYS__COM }}
48-
4949
- name: Install dependencies
5050
run: bundle install --jobs 4 --retry 3
5151

0 commit comments

Comments
 (0)