Mstar0816 / Portfolio

https://my-portfolio-ten-orpin-68.vercel.app
1 stars 0 forks source link

Github Actions for mirroring from one branch to another #13

Open Mstar0816 opened 4 months ago

Mstar0816 commented 4 months ago

Is it possible using Github Actions to make a private Repo that i have for production, to mirror the client's private repo? so in general, they want to have always my latest change on my production branch to their branch into the repo that they have? if yes, please let me know how.

My production branch -- if there is any new change, they want to have always newest changes to their Github Repo branch.

Mstar0816 commented 4 months ago

When you pushed a commit, your github action will run and you can push any changes to another remote.

Only need to add other repo origin and an access token.