There was an error while loading. Please reload this page.
1 parent a880166 commit dd3dd4bCopy full SHA for dd3dd4b
1 file changed
.github/workflows/visual-regression.yml
@@ -20,7 +20,7 @@ name: Visual Regression
20
# Required secrets / vars (configure once on the repo):
21
#
22
# Used directly by this dispatcher:
23
-# - vars.DEV_EXPLORER_TEAM_S3_BUCKET_PUBLIC_URL Constructs the Explorer build download URL
+# - vars.EXPLORER_TEAM_S3_BUCKET_PUBLIC_URL Constructs the Explorer build download URL
24
25
# Inherited by the reusable workflow via `secrets: inherit` — must exist
26
# on this repo even though the dispatcher itself doesn't reference them:
@@ -91,7 +91,7 @@ jobs:
91
env:
92
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
93
PR_NUMBER: ${{ github.event.issue.number }}
94
- PUBLIC_URL_PREFIX: ${{ vars.DEV_EXPLORER_TEAM_S3_BUCKET_PUBLIC_URL }}
+ PUBLIC_URL_PREFIX: ${{ vars.EXPLORER_TEAM_S3_BUCKET_PUBLIC_URL }}
95
run: |
96
set -euo pipefail
97
0 commit comments