Removed inexistent input from lighthouse-badger.yml
This commit is contained in:
parent
de4e89d11b
commit
6c6932f1b1
3
.github/workflows/lighthouse-badger.yml
vendored
3
.github/workflows/lighthouse-badger.yml
vendored
@ -15,7 +15,6 @@ name: "Lighthouse Badger"
|
|||||||
# INPUTS as Secrets (env) for not manually triggered workflows
|
# INPUTS as Secrets (env) for not manually triggered workflows
|
||||||
env:
|
env:
|
||||||
URLS: https://alshedivat.github.io/al-folio/
|
URLS: https://alshedivat.github.io/al-folio/
|
||||||
TOKEN_NAME: ${{ secrets.LIGHTHOUSE_BADGER_TOKEN }}
|
|
||||||
# If any of the following env is blank, a default value is used instead
|
# If any of the following env is blank, a default value is used instead
|
||||||
REPO_BRANCH: "${{ github.repository }} master" # target repository & branch e.g. 'dummy/mytargetrepo main'
|
REPO_BRANCH: "${{ github.repository }} master" # target repository & branch e.g. 'dummy/mytargetrepo main'
|
||||||
MOBILE_LIGHTHOUSE_PARAMS: "--only-categories=performance,accessibility,best-practices,seo --throttling.cpuSlowdownMultiplier=2"
|
MOBILE_LIGHTHOUSE_PARAMS: "--only-categories=performance,accessibility,best-practices,seo --throttling.cpuSlowdownMultiplier=2"
|
||||||
@ -50,7 +49,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: ${{ env.REPOSITORY }}
|
repository: ${{ env.REPOSITORY }}
|
||||||
token: ${{ secrets[github.event.inputs.token_name] || secrets[env.TOKEN_NAME] }}
|
token: ${{ secrets.LIGHTHOUSE_BADGER_TOKEN }}
|
||||||
ref: ${{ env.BRANCH }}
|
ref: ${{ env.BRANCH }}
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user