1
0
Fork 0
mirror of https://github.com/kou029w/http-echo.git synced 2025-01-18 16:08:13 +00:00
http-echo/.github/workflows/sync-glitch.yml

14 lines
315 B
YAML
Raw Normal View History

2020-03-24 01:02:27 +09:00
name: sync-glitch
on:
push:
branches: [master]
jobs:
main:
runs-on: ubuntu-latest
steps:
2020-03-24 18:56:27 +09:00
- run: npx sync-glitch-cli
2020-03-24 01:02:27 +09:00
env:
2020-03-24 18:56:27 +09:00
GH_REPO: "${{ github.repository }}"
2020-03-24 01:02:27 +09:00
GLITCH_PROJECT_ID: "${{ secrets.GLITCH_PROJECT_ID }}"
GLITCH_TOKEN: "${{ secrets.GLITCH_TOKEN }}"