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

13 lines
317 B
YAML

name: sync-glitch
on:
push:
branches: [master]
jobs:
main:
runs-on: ubuntu-latest
steps:
- run: npx sync-glitch-cli
env:
GH_REPO: "${{ github.repository }}"
GLITCH_PROJECT_ID: ae04f91d-6c70-41c2-b67b-77ef3b9dde16
GLITCH_TOKEN: "${{ secrets.GLITCH_TOKEN }}"