Skip to content

Commit

Permalink
Fix secret reference
Browse files Browse the repository at this point in the history
  • Loading branch information
xjunior authored Oct 8, 2024
1 parent d129fa5 commit 9839a09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby-gem.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
workflow_call:
secrets:
rubygems_api_key:
secrets.rubygems_api_key:
required: false
inputs:
before_build:
Expand Down Expand Up @@ -67,5 +67,5 @@ jobs:
- uses: cadwallion/publish-rubygems-action@master
env:
RELEASE_COMMAND: rake build release:guard_clean release:rubygem_push
RUBYGEMS_API_KEY: ${{ rubygems_api_key }}
RUBYGEMS_API_KEY: ${{ secrets.rubygems_api_key }}
WORKDIR: ${{ inputs.workdir }}

0 comments on commit 9839a09

Please sign in to comment.