We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e98c229 commit 4945933Copy full SHA for 4945933
.github/workflows/lighthouse.yml
@@ -9,6 +9,8 @@ on:
9
env:
10
OWNER: nginxinc
11
REPO: nginx-hugo-theme
12
+ FRONT_DOOR_USERNAME: ${{ secrets.FRONT_DOOR_USERNAME }}
13
+ FRONT_DOOR_PASSWORD: ${{ secrets.FRONT_DOOR_PASSWORD }}
14
jobs:
15
generate-lighthouse-report:
16
runs-on: ubuntu-22.04
0 commit comments