We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 385221d commit a639e05Copy full SHA for a639e05
.github/workflows/ci.yaml
@@ -28,12 +28,3 @@ jobs:
28
29
- name: Run Tests
30
run: bun run test
31
-
32
- - name: Deploy to Staging
33
- id: deploy-vercel-staging
34
- uses: amondnet/vercel-action@v25.2.0
35
- with:
36
- vercel-token: ${{ secrets.VERCEL_TOKEN }}
37
- vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}
38
- vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID_TL_ENGINE }}
39
- scope: ${{ secrets.VERCEL_ORG_ID }}
.github/workflows/release.yaml
0 commit comments