Skip to content

Commit f60fefb

Browse files
authored
Pass rubygems_api_key secret to release workflow (#147)
## Summary - Adds the `rubygems_api_key` secret to the release workflow call - Required for the reusable release workflow to publish gems to RubyGems ## Test plan - [ ] Verify the workflow syntax is valid - [ ] Test by triggering a release 🤖 Generated with [Claude Code](https://claude.com/claude-code)
2 parents cef54dd + 78cb728 commit f60fefb

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)