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 ea9bce5 commit 828e8abCopy full SHA for 828e8ab
.github/workflows/publish.yml
@@ -37,4 +37,4 @@ jobs:
37
gem push pkg/${EMBULK_PLUGIN_NAME}-${{ steps.vars.outputs.version }}.gem
38
env:
39
EMBULK_PLUGIN_NAME: embulk-output-bigquery
40
- GEM_HOST_API_KEY: "${{secrets.GEM_HOST_API_KEY}}"
+ GEM_HOST_API_KEY: "${{secrets.RUBYGEMS_API_KEY}}"
0 commit comments