Skip to content

Commit 45c7af9

Browse files
committed
ci: remove useless token
The repos are public now, we don't need the token anymore to fetch.
1 parent 6bf4dc8 commit 45c7af9

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
- uses: actions/checkout@v4
2323
with:
2424
fetch-depth: 0
25-
token: ${{ secrets.GH_CI_PAT }}
2625
# fetch submodules recusively, to get zig-js-runtime submodules also.
2726
submodules: recursive
2827

@@ -52,7 +51,6 @@ jobs:
5251
- uses: actions/checkout@v4
5352
with:
5453
fetch-depth: 0
55-
token: ${{ secrets.GH_CI_PAT }}
5654
# fetch submodules recusively, to get zig-js-runtime submodules also.
5755
submodules: recursive
5856

.github/workflows/wpt.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ jobs:
5050
- uses: actions/checkout@v4
5151
with:
5252
fetch-depth: 0
53-
token: ${{ secrets.GH_CI_PAT }}
5453
# fetch submodules recusively, to get zig-js-runtime submodules also.
5554
submodules: recursive
5655

.github/workflows/zig-test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
- uses: actions/checkout@v4
4949
with:
5050
fetch-depth: 0
51-
token: ${{ secrets.GH_CI_PAT }}
5251
# fetch submodules recusively, to get zig-js-runtime submodules also.
5352
submodules: recursive
5453

@@ -69,7 +68,6 @@ jobs:
6968
- uses: actions/checkout@v4
7069
with:
7170
fetch-depth: 0
72-
token: ${{ secrets.GH_CI_PAT }}
7371
# fetch submodules recusively, to get zig-js-runtime submodules also.
7472
submodules: recursive
7573

@@ -90,7 +88,6 @@ jobs:
9088
- uses: actions/checkout@v4
9189
with:
9290
fetch-depth: 0
93-
token: ${{ secrets.GH_CI_PAT }}
9491
# fetch submodules recusively, to get zig-js-runtime submodules also.
9592
submodules: recursive
9693

0 commit comments

Comments
 (0)