Skip to content

Commit

Permalink
Use secrets.RUBYGEMS_HOST for RUBYGEMS_HOST
Browse files Browse the repository at this point in the history
  • Loading branch information
ianoxley committed Feb 13, 2024
1 parent efb11f8 commit 2a63a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
env:
GEMS_PATH: "pkg/*.gem"
RUBYGEMS_HOST: "https://sageonegems.jfrog.io/artifactory/api/gems/gems-local"
RUBYGEMS_HOST: "${{ secrets.RUBYGEMS_HOST }}"
JFROG_USER: "${{ secrets.JFROG_USER }}"
JFROG_PASS: "${{ secrets.JFROG_PASS }}"
steps:
Expand Down

0 comments on commit 2a63a3c

Please sign in to comment.