Skip to content

TwistoPayments/github-repo-replicator

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-repo-replicator

Twisto Github Action for private repo replication.

Usage

Add this action to your flow .yaml:

      - name: Twisto github-repo-replicator
        uses: twistopayments/github-repo-replicator@v*.*.*
        with:
            upstream_repo: upstream-org/upstream-repo
            upstream_deploykey: ${{ secrets.UPSTREAM_DEPLOYKEY }}
            downstream_repo: downstream-org/downstream-repo
            downstream_deploykey: ${{ secrets.DOWNSTREAM_DEPLOYKEY }}
            stream_branch: my-branch
  • upstream_repo: should be in organization/repo format. (required)
  • upstream_deploykey: requires pull permissions. (required)
  • downstream_repo: should be in organization/repo format. (required)
  • downstream_deploykey: requires push permissions. (required)
  • stream_branch: name of the branch to stream (optional: defaults to master)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published