We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I work for Buildkite, and have been experimenting with using an API Key Role for publishing a personal gem from CI (pdf-reader).
Clicking the link from the gem page (https://rubygems.org/profile/oidc/api_key_roles/new?rubygem=pdf-reader&scopes%5B%5D=push_rubygem), I was able to create an API Key Role from the gem page (starts with rg_oidc_akr_meof, now revoked), however after clicking the Create Api Key Role button and the page reloading, the policy has a principal for Github Actions:
rg_oidc_akr_meof
Create Api Key Role
To fix it I can edit the token, then make a hidden form element visible and type in the Buildkite issuer:
Then, clicking the Update Api Key Role button saves the correct value:
Update Api Key Role
Browser and its version: Firefox 133.0.3, Linux
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I work for Buildkite, and have been experimenting with using an API Key Role for publishing a personal gem from CI (pdf-reader).
Clicking the link from the gem page (https://rubygems.org/profile/oidc/api_key_roles/new?rubygem=pdf-reader&scopes%5B%5D=push_rubygem), I was able to create an API Key Role from the gem page (starts with
rg_oidc_akr_meof
, now revoked), however after clicking theCreate Api Key Role
button and the page reloading, the policy has a principal for Github Actions:To fix it I can edit the token, then make a hidden form element visible and type in the Buildkite issuer:
Then, clicking the
Update Api Key Role
button saves the correct value:Environment
Browser and its version: Firefox 133.0.3, Linux
The text was updated successfully, but these errors were encountered: