unbork "unbork publish-new" (#3003)
Bring back the template publishing stuff, now with a problem fixed https://github.com/tldraw/tldraw/pull/2999 ### Change Type - [x] `internal` — Any other changes that don't affect the published package
This commit is contained in:
parent
5220f5c49d
commit
86519d60cd
2 changed files with 10 additions and 10 deletions
2
.github/workflows/publish-manual.yml
vendored
2
.github/workflows/publish-manual.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
|
||||
publish_templates:
|
||||
name: Publishes code templates to separate repositories
|
||||
uses: tldraw/tldraw/.github/workflows/publish-templates.yml@dan/mirror-examples
|
||||
uses: tldraw/tldraw/.github/workflows/publish-templates.yml@main
|
||||
secrets:
|
||||
VITE_TEMPLATE_REPO_SSH_DEPLOY_KEY: ${{ secrets.VITE_TEMPLATE_REPO_SSH_DEPLOY_KEY }}
|
||||
NEXTJS_TEMPLATE_REPO_SSH_DEPLOY_KEY: ${{ secrets.NEXTJS_TEMPLATE_REPO_SSH_DEPLOY_KEY }}
|
||||
|
|
18
.github/workflows/publish-new.yml
vendored
18
.github/workflows/publish-new.yml
vendored
|
@ -66,12 +66,12 @@ jobs:
|
|||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
HUPPY_TOKEN: ${{ secrets.HUPPY_TOKEN }}
|
||||
|
||||
# publish_templates:
|
||||
# name: Publishes code templates to separate repositories
|
||||
# uses: tldraw/tldraw/.github/workflows/publish-templates.yml@dan/mirror-examples
|
||||
# secrets:
|
||||
# VITE_TEMPLATE_REPO_SSH_DEPLOY_KEY: ${{ secrets.VITE_TEMPLATE_REPO_SSH_DEPLOY_KEY }}
|
||||
# NEXTJS_TEMPLATE_REPO_SSH_DEPLOY_KEY: ${{ secrets.NEXTJS_TEMPLATE_REPO_SSH_DEPLOY_KEY }}
|
||||
# needs: [
|
||||
# deploy
|
||||
# ]
|
||||
publish_templates:
|
||||
name: Publishes code templates to separate repositories
|
||||
uses: tldraw/tldraw/.github/workflows/publish-templates.yml@main
|
||||
secrets:
|
||||
VITE_TEMPLATE_REPO_SSH_DEPLOY_KEY: ${{ secrets.VITE_TEMPLATE_REPO_SSH_DEPLOY_KEY }}
|
||||
NEXTJS_TEMPLATE_REPO_SSH_DEPLOY_KEY: ${{ secrets.NEXTJS_TEMPLATE_REPO_SSH_DEPLOY_KEY }}
|
||||
needs: [
|
||||
deploy
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue