We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e44778a commit 489651cCopy full SHA for 489651c
.github/actions/rubygems-publish/action.yml
@@ -26,4 +26,4 @@ runs:
26
gem build *.gemspec
27
gem push *.gem
28
env:
29
- GEM_HOST_API_KEY: ${{ secrets.RUBYGEMS_AUTH_TOKEN }}
+ GEM_HOST_API_KEY: ${{ inputs.rubygems-token }}
.github/workflows/ruby-release.yml
@@ -59,7 +59,7 @@ jobs:
59
- uses: ./.github/actions/rubygems-publish
60
with:
61
ruby-version: ${{ inputs.ruby-version }}
62
- rubygems-token: ${{ secrets.rubgems-token }}
+ rubygems-token: ${{ secrets.rubygems-token }}
63
64
# Create a release for the tag
65
- uses: ./.github/actions/release-create
0 commit comments