Skip to content

Conversation

@ThaddeusJiang
Copy link

@ThaddeusJiang ThaddeusJiang commented Dec 17, 2025

Overview

Adds a shell plugin for Ruby Bundler working with the GitHub Packages

https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry#authenticating-to-github-packages

Type of change

  • Created a new plugin

Related Issue(s)

  • Resolves: #
  • Relates: #

How To Test

  1. your Gemfile
source "https://rubygems.org"

gem "rails"

source "https://rubygems.pkg.github.com/NAMESPACE" do
  gem "GEM_NAME"
end
  1. Generate your GitHub personal access token (classic)
  2. Build the plugin locally: make bundler/build
  3. Initialize: op plugin init bundle
  4. Test: bundle install

Changelog

- Implemented the Bundler CLI executable with authentication requirements.
- Created Personal Access Token credential type with environment variable mapping.
- Added tests for provisioning and importing Personal Access Tokens.
…token (classic). For more information, see Managing your personal access tokens.
@github-actions
Copy link
Contributor

⚠️ This PR contains unsigned commits. To get your PR merged, please sign those commits (git rebase --exec 'git commit -S --amend --no-edit -n' @{upstream}) and force push them to this branch (git push --force-with-lease).

If you're new to commit signing, there are different ways to set it up:

Sign commits with gpg

Follow the steps below to set up commit signing with gpg:

  1. Generate a GPG key
  2. Add the GPG key to your GitHub account
  3. Configure git to use your GPG key for commit signing
Sign commits with ssh-agent

Follow the steps below to set up commit signing with ssh-agent:

  1. Generate an SSH key and add it to ssh-agent
  2. Add the SSH key to your GitHub account
  3. Configure git to use your SSH key for commit signing
Sign commits with 1Password

You can also sign commits using 1Password, which lets you sign commits with biometrics without the signing key leaving the local 1Password process.

Learn how to use 1Password to sign your commits.

Watch the demo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant