We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2087fb5 commit aebd8ebCopy full SHA for aebd8eb
.github/workflows/create-releases.yml
@@ -41,4 +41,4 @@ jobs:
41
env:
42
# `RUBYGEMS_HOST` is only required for private gem repositories, not https://rubygems.org
43
RUBYGEMS_HOST: ${{ secrets.OPENAI_RUBYGEMS_HOST || secrets.RUBYGEMS_HOST }}
44
- GEM_HOST_API_KEY: ${{ secrets.OPENAI_GEM_HOST_API_KEY || secrets.GEM_HOST_API_KEY }}
+ GEM_HOST_API_KEY: ${{ secrets.OPENAI_GEM_HOST_API_KEY || secrets.GEM_HOST_API_KEY }}
0 commit comments