Skip to content

Commit 6bf8ee9

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

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,13 @@ 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-
3835
- name: Set up Ruby
3936
uses: ruby/setup-ruby@v1
4037
with:
4138
ruby-version: 3.4.2
4239
bundler-cache: true
40+
env:
41+
BUNDLE_GEMS__CONTRIBSYS__COM: ${{ secrets.BUNDLE_GEMS__CONTRIBSYS__COM }}
4342

4443
- name: Set up Python
4544
uses: actions/setup-python@v4
@@ -48,6 +47,8 @@ jobs:
4847

4948
- name: Install dependencies
5049
run: bundle install --jobs 4 --retry 3
50+
env:
51+
BUNDLE_GEMS__CONTRIBSYS__COM: ${{ secrets.BUNDLE_GEMS__CONTRIBSYS__COM }}
5152

5253
- name: Set up database.yml
5354
run: cp config/database.travis.yml config/database.yml

0 commit comments

Comments
 (0)