Skip to content

Commit 8c9fc1b

Browse files
committed
hack
1 parent c5217d0 commit 8c9fc1b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/fixtures-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626

2727
runs-on: ${{ matrix.os }}
2828

29+
environment:
30+
name: development
31+
2932
env:
3033
DATABASE_URL: postgres://
3134
AUTH_SECRET: test

.github/workflows/vercel-deploy-staging.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ jobs:
8383
outputs:
8484
builder-url: "https://${{ steps.vercel.outputs.alias }}.${{ matrix.environment }}.webstudio.is"
8585
builder-host: "${{ steps.vercel.outputs.alias }}.${{ matrix.environment }}.webstudio.is"
86-
PRIVATE_GITHUB_DEPLOY_TOKEN: ${{ secrets.PRIVATE_GITHUB_DEPLOY_TOKEN }}
8786

8887
fixtures-test:
8988
needs: deployment
@@ -92,7 +91,7 @@ jobs:
9291
builder-url: ${{ needs.deployment.outputs.builder-url }}
9392
builder-host: ${{ needs.deployment.outputs.builder-host }}
9493
secrets:
95-
PRIVATE_GITHUB_DEPLOY_TOKEN: ${{ needs.deployment.outputs.PRIVATE_GITHUB_DEPLOY_TOKEN }}
94+
PRIVATE_GITHUB_DEPLOY_TOKEN: ${{ secrets.PRIVATE_GITHUB_DEPLOY_TOKEN }}
9695

9796
delete-github-deployments:
9897
needs: fixtures-test

0 commit comments

Comments
 (0)