mirror of
https://github.com/kou029w/http-echo.git
synced 2025-01-18 16:08:13 +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:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: npx sync-glitch-cli
|
||||
env:
|
||||
GH_REPO: "${{ github.repository }}"
|
||||
GLITCH_PROJECT_ID: "${{ secrets.GLITCH_PROJECT_ID }}"
|
||||
GLITCH_TOKEN: "${{ secrets.GLITCH_TOKEN }}"
|
||||
- uses: actions/checkout@v3
|
||||
- run: |
|
||||
git remote add glitch "${{ secrets.GLITCH_GIT_URL }}"
|
||||
git push glitch @
|
||||
|
|
Loading…
Add table
Reference in a new issue