diff --git a/.github/workflows/publish-new.yml b/.github/workflows/publish-new.yml index 7b2fbc6e3..5463a5ae8 100644 --- a/.github/workflows/publish-new.yml +++ b/.github/workflows/publish-new.yml @@ -67,12 +67,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 - ] \ No newline at end of file + # 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 + # ] \ No newline at end of file