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 e5b08a7 commit 440ddc8Copy full SHA for 440ddc8
.github/workflows/lighthouse-badger.yml
@@ -49,16 +49,16 @@ jobs:
49
- uses: actions/checkout@v4
50
with:
51
repository: ${{ env.REPOSITORY }}
52
- token: ${{ github.token }}
+ token: ${{ secrets.GITHUB_TOKEN }}
53
ref: ${{ env.BRANCH }}
54
55
56
repository: "myactionway/lighthouse-badges"
57
path: temp_lighthouse_badges_nested
58
59
- uses: myactionway/[email protected]
60
61
urls: ${{ env.URLS }}
62
mobile_lighthouse_params: ${{ env.MOBILE_LIGHTHOUSE_PARAMS }}
63
desktop_lighthouse_params: ${{ env.DESKTOP_LIGHTHOUSE_PARAMS }}
64
0 commit comments