git-mirror-action icon indicating copy to clipboard operation
git-mirror-action copied to clipboard

⏭ A GitHub Action for mirroring a git repository to another location via SSH.

Results 4 git-mirror-action issues
Sort by recently updated
recently updated
newest added

At https://github.com/step-security/secure-workflows we are building a knowledge-base (KB) of GITHUB_TOKEN permissions needed by different GitHub Actions. When developers try to set minimum token permissions for their workflows, they can use...

Warning: Permanently added 'e.coding.net' (RSA) to the list of known hosts. [email protected]: Permission denied (publickey). fatal: Could not read from remote repository.

Automatic mirror works when I use a secret stored in the source repo. But failed when I used a secret stored in organization. Here is my workflow .yml file: ```yml...

This is the situation: I need synchronize a repository from somewhere to Github, and do it daily or weekly. Using Github actions is a good choice. So I add `.github/workflows/main.yml`...