Skip to content

Commit 4dd2c01

Browse files
committed
fix: Workflow file
1 parent 82306b7 commit 4dd2c01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lighthouse_cron.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
workload_identity_provider: ${{ secrets.GC_LIGHTHOUSE_WORKLOAD_IDENTITY_PROVIDER }}
4242
service_account: ${{ secrets.GC_LIGHTHOUSE_SERVICE_ACCOUNT }}
43-
env:
44-
BQ_LIGHTHOUSE_DATASET: ${{ secrets.BQ_LIGHTHOUSE_DATASET }}
43+
env:
44+
BQ_LIGHTHOUSE_DATASET: ${{ secrets.BQ_LIGHTHOUSE_DATASET }}
4545
- name: Report results
4646
run: npm run cron:report-lighthouse-results

0 commit comments

Comments
 (0)