mirror of
https://github.com/kou029w/daraz-san.git
synced 2025-01-18 16:08:06 +00:00
add edit on glitch button and create sync actions
This commit is contained in:
parent
8eed6b2f0a
commit
b7b1b7f8a9
3 changed files with 27 additions and 0 deletions
10
.github/workflows/sync-codesandbox.yml
vendored
Normal file
10
.github/workflows/sync-codesandbox.yml
vendored
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
name: sync-codesandbox
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [master]
|
||||||
|
jobs:
|
||||||
|
main:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: kou029w/sync-codesandbox@master
|
||||||
|
with: { url: https://1uukr.sse.codesandbox.io/ }
|
13
.github/workflows/sync-glitch.yml
vendored
Normal file
13
.github/workflows/sync-glitch.yml
vendored
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
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 }}"
|
|
@ -30,3 +30,7 @@
|
||||||
#### CodeSandbox
|
#### CodeSandbox
|
||||||
|
|
||||||
[![Edit daraz-san](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/kou029w/daraz-san)
|
[![Edit daraz-san](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/kou029w/daraz-san)
|
||||||
|
|
||||||
|
#### Glitch
|
||||||
|
|
||||||
|
[![Edit daraz-san](https://img.shields.io/badge/glitch-edit-33f?logo=glitch&style=for-the-badge)](https://glitch.com/edit/#!/kou029w-daraz-san)
|
||||||
|
|
Loading…
Add table
Reference in a new issue