Skip to content
Automatically synchronize Glitch projects to GitHub using GitHub Actions.
JavaScript
Branch: master
Clone or download

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github/workflows
keys
projects
.gitignore
.nvmrc
.prettierrc
README.md
config.js
dispatch.js
postToSlack.js
setup.js
sync.js

README.md

glitch-synchronizer [WIP]

Automatically synchronize Glitch projects to GitHub using GitHub Actions.

Testing the workflow

  1. Create a secrets.js file:

    module.exports = {
      githubToken: '${{ personal access token with `repo:public` scope }}',
    }
  2. Run node dispatch.js. It will use GitHub’s API to dispatch an event to trigger a workflow run.

You can’t perform that action at this time.