mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-02 19:49:23 +00:00
Merge pull request #3901 from element-hq/valere/devx/fix_playwright_netlify
fix: using secrets. instead of vars. for NETLIFY_SITE_ID
This commit is contained in:
2
.github/workflows/test-netlify.yaml
vendored
2
.github/workflows/test-netlify.yaml
vendored
@@ -42,7 +42,7 @@ jobs:
|
|||||||
branch: ${{ github.event.workflow_run.head_branch }}
|
branch: ${{ github.event.workflow_run.head_branch }}
|
||||||
revision: ${{ github.event.workflow_run.head_sha }}
|
revision: ${{ github.event.workflow_run.head_sha }}
|
||||||
token: ${{ secrets.NETLIFY_AUTH_TOKEN }}
|
token: ${{ secrets.NETLIFY_AUTH_TOKEN }}
|
||||||
site_id: ${{ vars.NETLIFY_SITE_ID }}
|
site_id: ${{ secrets.NETLIFY_SITE_ID }}
|
||||||
desc: Playwright Report
|
desc: Playwright Report
|
||||||
deployment_env: EndToEndTests
|
deployment_env: EndToEndTests
|
||||||
prefix: "e2e-"
|
prefix: "e2e-"
|
||||||
|
|||||||
Reference in New Issue
Block a user