Pass rubygems_api_key secret to release workflow#147
Merged
Conversation
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>
tvdeyen
added a commit
that referenced
this pull request
Feb 2, 2026
## Release v4.1.0 <!-- Release notes generated using configuration in .github/release.yml at 4.1-stable --> ## What's Changed ### Breaking Changes * Update to Alchemy 8.1 by @tvdeyen in #153 ### Dependencies * Bump prettier from 3.7.4 to 3.8.1 by @dependabot[bot] in #151 * Bump vitest from 4.0.16 to 4.0.17 in the vitest group by @dependabot[bot] in #149 * Bump vite from 7.2.2 to 7.3.1 by @dependabot[bot] in #148 * Bump vitest from 4.0.17 to 4.0.18 in the vitest group by @dependabot[bot] in #152 ### Other Changes * Pass rubygems_api_key secret to release workflow by @tvdeyen in #147 **Full Changelog**: v4.0.1...v4.1.0 --- This PR was automatically created by the prepare-release workflow. Once merged, the gem will be automatically published to RubyGems.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
rubygems_api_keysecret to the release workflow callTest plan
🤖 Generated with Claude Code