Skip to content

Commit

Permalink
use secret in ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Feb 9, 2022
1 parent 90fc5ca commit 5044c63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rubyonrails.yml
Expand Up @@ -25,6 +25,7 @@ jobs:
env:
RAILS_ENV: test
DATABASE_URL: "postgres://rails:password@localhost:5432/rails_test"
BUNDLE_GEMS__CONTRIBSYS__COM: "${{ secrets.BUNDLE_GEMS__CONTRIBSYS__COM }}"
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit 5044c63

Please sign in to comment.