We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f7ef38 commit e27ecfaCopy full SHA for e27ecfa
.github/workflows/publish.yml
@@ -21,4 +21,4 @@ jobs:
21
gem build *.gemspec
22
gem push *.gem
23
env:
24
- RUBYGEMS_API_KEY: ${{ secrets.RUBYGEMS_API_KEY }}
+ GEM_HOST_API_KEY: ${{ secrets.GEM_HOST_API_KEY }}
0 commit comments