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

Send the external repository token to the CLI #1464

Merged
merged 3 commits into from
Jan 10, 2023

Commits on Jan 6, 2023

  1. Send the external repository token to the CLI

    This commit does a few related things:
    
    1. Bumps the minimum version for cli config parsing to 2.10.6
    2. Ensures that if cli config parsing is enabled, then remove repos
       are _not_ downloaded by the action. It happens in the CLI.
    3. Passes the `--external-repository-token-stdin` option to the CLI
       and passes the appropriate token via stdin if cli config parsing is
       enabled.
    aeisenberg committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    4023575 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Address comments from PR

    aeisenberg committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    272d916 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e009918 View commit details
    Browse the repository at this point in the history