Skip to content

Commit 3f22e36

Browse files
tvdeyenclaude
andcommitted
Pass rubygems_api_key secret to release workflow
The reusable release workflow requires the RUBYGEMS_API_KEY secret to publish gems to RubyGems. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent e7343bb commit 3f22e36

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ jobs:
1616
secrets:
1717
app_id: ${{ vars.ALCHEMY_BOT_APP_ID }}
1818
app_private_key: ${{ secrets.ALCHEMY_BOT_APP_PRIVATE_KEY }}
19+
rubygems_api_key: ${{ secrets.RUBYGEMS_API_KEY }}

0 commit comments

Comments
 (0)