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
|
||||
env:
|
||||
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
|
||||
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"
|
||||
@ -50,7 +49,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
repository: ${{ env.REPOSITORY }}
|
||||
token: ${{ secrets[github.event.inputs.token_name] || secrets[env.TOKEN_NAME] }}
|
||||
token: ${{ secrets.LIGHTHOUSE_BADGER_TOKEN }}
|
||||
ref: ${{ env.BRANCH }}
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user