Skip to content

Commit 440ddc8

Browse files
committed
maybe this token works?
1 parent e5b08a7 commit 440ddc8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lighthouse-badger.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,16 @@ jobs:
4949
- uses: actions/checkout@v4
5050
with:
5151
repository: ${{ env.REPOSITORY }}
52-
token: ${{ github.token }}
52+
token: ${{ secrets.GITHUB_TOKEN }}
5353
ref: ${{ env.BRANCH }}
5454
- uses: actions/checkout@v4
5555
with:
5656
repository: "myactionway/lighthouse-badges"
5757
path: temp_lighthouse_badges_nested
58-
token: ${{ github.token }}
58+
token: ${{ secrets.GITHUB_TOKEN }}
5959
- uses: myactionway/[email protected]
6060
with:
6161
urls: ${{ env.URLS }}
6262
mobile_lighthouse_params: ${{ env.MOBILE_LIGHTHOUSE_PARAMS }}
6363
desktop_lighthouse_params: ${{ env.DESKTOP_LIGHTHOUSE_PARAMS }}
64-
token: ${{ github.token }}
64+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)