mirror of
https://github.com/kou029w/http-echo.git
synced 2025-01-30 21:58:00 +00:00
fix sync-glitch workflow
This commit is contained in:
parent
517d697748
commit
52e431a6a0
1 changed files with 4 additions and 5 deletions
9
.github/workflows/sync-glitch.yml
vendored
9
.github/workflows/sync-glitch.yml
vendored
|
@ -6,8 +6,7 @@ jobs:
|
||||||
main:
|
main:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: npx sync-glitch-cli
|
- uses: actions/checkout@v3
|
||||||
env:
|
- run: |
|
||||||
GH_REPO: "${{ github.repository }}"
|
git remote add glitch "${{ secrets.GLITCH_GIT_URL }}"
|
||||||
GLITCH_PROJECT_ID: "${{ secrets.GLITCH_PROJECT_ID }}"
|
git push glitch @
|
||||||
GLITCH_TOKEN: "${{ secrets.GLITCH_TOKEN }}"
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue