ci: remove useless token

The repos are public now, we don't need the token anymore to fetch.
This commit is contained in:
Pierre Tachoire
2024-11-26 09:37:40 +01:00
parent 6bf4dc887e
commit 45c7af9769
3 changed files with 0 additions and 6 deletions

View File

@@ -48,7 +48,6 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.GH_CI_PAT }}
# fetch submodules recusively, to get zig-js-runtime submodules also.
submodules: recursive
@@ -69,7 +68,6 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.GH_CI_PAT }}
# fetch submodules recusively, to get zig-js-runtime submodules also.
submodules: recursive
@@ -90,7 +88,6 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.GH_CI_PAT }}
# fetch submodules recusively, to get zig-js-runtime submodules also.
submodules: recursive