setup-git-credentials
Version updated for https://github.com/de-vri-es/setup-git-credentials to version v2.2.0.
- This action is used across all versions by 844 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action enables cloning private Git repositories over HTTPS by configuring Git with provided credentials, which are securely passed through secrets. It is particularly useful for workflows requiring access to additional private repositories beyond the main repository being built, automating the setup of authentication and URL rewriting for seamless integration. The action simplifies workflows by eliminating the need for interactive SSH agents, making it a practical solution for CI systems or tools like Cargo that lack native SSH authentication support.
What’s Changed
- Upgrade to node 24.