open-turo/action-git-auth

This [GitHub Action](https://docs.github.com/en/actions) provides a way to configure credentials for any utility that uses the git command, or any utility that uses the git command as a subprocess, or any utility that uses the git configuration file in its authentication and cloning.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jul 9, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: open-turo/action-git-auth@ceee0d1a0d2cc5e46e1c12dee3cc76a7eedc520f # v4.0.3

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
github-tokenA GitHub personal access token or GitHub application token which has appropriate access in the consumer GitHub repository that will be used for authentication with GitHub.yes
prefixThe prefix to use for the URL path rewrite. This will often be an organization name if you wish to limit which repositories are accessible.no""
serverThe name of the GitHub server to use, if not using hosted. This is useful if you are running this action against a GitHub Enterprise instance.no""

no outputs