We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76ec0ae commit 91b571cCopy full SHA for 91b571c
1 file changed
.github/workflows/release.yml
@@ -114,11 +114,11 @@ jobs:
114
- name: Publish gem to RubyGems
115
if: steps.rubygems.outputs.exists != 'true'
116
env:
117
- GEM_HOST_API_KEY: ${{ secrets.RUBYGEMS_API_KEY }}
+ GEM_HOST_API_KEY: ${{ secrets.RUBYGEMS_AUTH_TOKEN }}
118
RELEASE_VERSION: ${{ steps.release.outputs.version }}
119
run: |
120
if [ -z "$GEM_HOST_API_KEY" ]; then
121
- echo 'Missing RUBYGEMS_API_KEY secret.'
+ echo 'Missing RUBYGEMS_AUTH_TOKEN secret.'
122
exit 1
123
fi
124
0 commit comments