Skip to content
New issue

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

feat: allow skip-login #11

Merged
merged 3 commits into from
Jan 13, 2025
Merged

feat: allow skip-login #11

merged 3 commits into from
Jan 13, 2025

Conversation

markandersontrocme
Copy link
Member

Description of your changes

Allow people to skip-login check. This will let them use their own container registry.

Fixes #

I have:

  • Read and followed Upbound's contribution process.
  • Run make reviewable to ensure this PR is ready for review.
  • Added backport release-x.y labels to auto-backport this PR, as appropriate.

How has this code been tested

  • tests

action.yml Outdated
@@ -22,6 +22,9 @@ inputs:
public:
description: 'Create new repositories with public visibility'
default: 'false'
skip-login:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm torn on whether this should be called skip-login-check to more accurately describe what it does (since this action never does a login), or skip-login for consistency with action-up. Either way, it might be helpful to clarify what's being skipped in the description.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can update it to skip-login-check, that is a bit more explict. And will update description

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think skip-login is clear enough, consistency ftw :)

Copy link
Member

@adamwg adamwg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@markandersontrocme markandersontrocme merged commit 8701602 into main Jan 13, 2025
22 checks passed
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.

4 participants