Automating import github repository

there’s a button in the glitch ui which imports the entire project from a github repository

i’d like to be able to, in effect, click it from a github webhook (after a commit)

this is to enable continous integration testing.

can this be done?

instead of importing from the project’s side, you can push from your GitHub action side.

and here’s some instructions for how to configure your project to allow that

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.