Skip to content

Commit 4945933

Browse files
committed
Workflow: Add frontdoor credentials to lh
1 parent e98c229 commit 4945933

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/lighthouse.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
env:
1010
OWNER: nginxinc
1111
REPO: nginx-hugo-theme
12+
FRONT_DOOR_USERNAME: ${{ secrets.FRONT_DOOR_USERNAME }}
13+
FRONT_DOOR_PASSWORD: ${{ secrets.FRONT_DOOR_PASSWORD }}
1214
jobs:
1315
generate-lighthouse-report:
1416
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)