glitch-synchronizer [WIP]
Automatically synchronize Glitch projects to GitHub using GitHub Actions.
Testing the workflow
-
Create a
secrets.jsfile:module.exports = { githubToken: '${{ personal access token with `repo:public` scope }}', }
-
Run
node dispatch.js. It will use GitHub’s API to dispatch an event to trigger a workflow run.