Skip to content

Commit

Permalink
ci: fix mismatched input names, correct typo (#596)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehobbsdev committed May 28, 2024
1 parent e44778a commit 489651c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/rubygems-publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ runs:
gem build *.gemspec
gem push *.gem
env:
GEM_HOST_API_KEY: ${{ secrets.RUBYGEMS_AUTH_TOKEN }}
GEM_HOST_API_KEY: ${{ inputs.rubygems-token }}
2 changes: 1 addition & 1 deletion .github/workflows/ruby-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- uses: ./.github/actions/rubygems-publish
with:
ruby-version: ${{ inputs.ruby-version }}
rubygems-token: ${{ secrets.rubgems-token }}
rubygems-token: ${{ secrets.rubygems-token }}

# Create a release for the tag
- uses: ./.github/actions/release-create
Expand Down

0 comments on commit 489651c

Please sign in to comment.