Skip to content

Commit 4a160df

Browse files
committed
Test workflow call from env
1 parent 1e04c36 commit 4a160df

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,17 @@ jobs:
9090
environment:
9191
- empty
9292
- development
93+
environment:
94+
name: ${{ matrix.environment }}
95+
9396
needs: deployment
97+
9498
uses: ./.github/workflows/fixtures-test.yml
99+
95100
with:
96101
builder-url: ${{ needs.deployment.outputs.builder-url }}
97102
builder-host: ${{ needs.deployment.outputs.builder-host }}
103+
98104
secrets:
99105
PRIVATE_GITHUB_DEPLOY_TOKEN: ${{ secrets.PRIVATE_GITHUB_DEPLOY_TOKEN }}
100106

0 commit comments

Comments
 (0)