Skip to content

Commit 5ce1ab9

Browse files
committed
fix
1 parent 4a160df commit 5ce1ab9

File tree

2 files changed

+3
-16
lines changed

2 files changed

+3
-16
lines changed

.github/workflows/fixtures-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ on:
99
builder-host:
1010
required: true
1111
type: string
12-
secrets:
13-
PRIVATE_GITHUB_DEPLOY_TOKEN:
14-
required: true
1512

1613
permissions:
1714
contents: read # to fetch code (actions/checkout)
@@ -26,6 +23,9 @@ jobs:
2623

2724
runs-on: ${{ matrix.os }}
2825

26+
environment:
27+
name: development
28+
2929
env:
3030
DATABASE_URL: postgres://
3131
AUTH_SECRET: test

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

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -85,25 +85,12 @@ jobs:
8585
builder-host: "${{ steps.vercel.outputs.alias }}.${{ matrix.environment }}.webstudio.is"
8686

8787
fixtures-test:
88-
strategy:
89-
matrix:
90-
environment:
91-
- empty
92-
- development
93-
environment:
94-
name: ${{ matrix.environment }}
95-
9688
needs: deployment
97-
9889
uses: ./.github/workflows/fixtures-test.yml
99-
10090
with:
10191
builder-url: ${{ needs.deployment.outputs.builder-url }}
10292
builder-host: ${{ needs.deployment.outputs.builder-host }}
10393

104-
secrets:
105-
PRIVATE_GITHUB_DEPLOY_TOKEN: ${{ secrets.PRIVATE_GITHUB_DEPLOY_TOKEN }}
106-
10794
delete-github-deployments:
10895
needs: fixtures-test
10996
uses: ./.github/workflows/delete-github-deployments.yml

0 commit comments

Comments
 (0)