Is your feature request related to a problem? Please describe.
Bazel doesn't allow the credential helper to be a Bazel target. It needs to be preinstalled on the user's machine. DotSlash is another way to make prebuilt binaries available locally.
Describe the solution you'd like
Generate a dotslash file in CI with https://dotslash-cli.com/docs/github/
or investigate how to do this manually.
Then add text to the README to ensure end users know about this option.
Describe alternatives you've considered
Keep the current methods
Additional context
N/A
Is your feature request related to a problem? Please describe.
Bazel doesn't allow the credential helper to be a Bazel target. It needs to be preinstalled on the user's machine. DotSlash is another way to make prebuilt binaries available locally.
Describe the solution you'd like
Generate a dotslash file in CI with https://dotslash-cli.com/docs/github/
or investigate how to do this manually.
Then add text to the README to ensure end users know about this option.
Describe alternatives you've considered
Keep the current methods
Additional context
N/A