Skip to content

Merge pull request #263 from readmeio/ryanp/render-blueprint #217

Merge pull request #263 from readmeio/ryanp/render-blueprint

Merge pull request #263 from readmeio/ryanp/render-blueprint #217

Workflow file for this run

name: Sync to Glitch Project
on:
push:
branches:
- main
jobs:
sync:
runs-on: ubuntu-latest
steps:
# Glitch project: https://glitch.com/edit/#!/hoot
- name: Execute Sync
uses: kanadgupta/glitch-sync@main
with:
project-id: '${{ secrets.projectId }}'
auth-token: '${{ secrets.authToken }}'