Skip to content

Commit 828e8ab

Browse files
committed
Rename the secret name of RubyGems API to keep the consistency of other plugins
1 parent ea9bce5 commit 828e8ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
gem push pkg/${EMBULK_PLUGIN_NAME}-${{ steps.vars.outputs.version }}.gem
3838
env:
3939
EMBULK_PLUGIN_NAME: embulk-output-bigquery
40-
GEM_HOST_API_KEY: "${{secrets.GEM_HOST_API_KEY}}"
40+
GEM_HOST_API_KEY: "${{secrets.RUBYGEMS_API_KEY}}"

0 commit comments

Comments
 (0)