Skip to content

Commit 05b569e

Browse files
authored
CI: forks to have some token for checkout (#268)
1 parent df3d0d7 commit 05b569e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/checkout@v4
3737
with:
3838
repository: ${{ matrix.repo }}
39-
token: ${{ secrets.PAT_GITHUB_CHECKOUT }}
39+
token: ${{ secrets.PAT_GITHUB_CHECKOUT || github.token }}
4040

4141
-
4242
name: Setup PHP

0 commit comments

Comments
 (0)