Skip to content

Merge pull request #28 from samliew/new-events #106

Merge pull request #28 from samliew/new-events

Merge pull request #28 from samliew/new-events #106

Workflow file for this run

name: Glitch Deploy
# Glitch Project: https://glitch.com/edit/#!/se-timeline
# Get Glitch token: (JSON.parse(localStorage.getItem('cachedUser'))).persistentToken
on:
push:
branches:
- main
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Deploy to Glitch Project
uses: kanadgupta/glitch-sync@main
with:
auth-token: "${{ secrets.glitch_auth_token }}"
project-id: "${{ secrets.glitch_project_id }}"