Skip to content
This repository was archived by the owner on May 22, 2026. It is now read-only.

Commit 88f75b4

Browse files
authored
fix a secret name (#7)
1 parent 2765b01 commit 88f75b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
gem build *.gemspec
2121
gem push ./*.gem
2222
env:
23-
GEM_HOST_API_KEY: ${{ secrets.RUBYGEMS_PASSWORD }}
23+
GEM_HOST_API_KEY: ${{ secrets.GEM_HOST_API_KEY }}

0 commit comments

Comments
 (0)