From 45c7af9769da148508b139ff268fcfb2fa6f496c Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Tue, 26 Nov 2024 09:37:40 +0100 Subject: [PATCH] ci: remove useless token The repos are public now, we don't need the token anymore to fetch. --- .github/workflows/build.yml | 2 -- .github/workflows/wpt.yml | 1 - .github/workflows/zig-test.yml | 3 --- 3 files changed, 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 13c55252..5e9a4194 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,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 @@ -52,7 +51,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 diff --git a/.github/workflows/wpt.yml b/.github/workflows/wpt.yml index 10fdfeaf..6a3243a0 100644 --- a/.github/workflows/wpt.yml +++ b/.github/workflows/wpt.yml @@ -50,7 +50,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 diff --git a/.github/workflows/zig-test.yml b/.github/workflows/zig-test.yml index a341c9c0..7d425ac7 100644 --- a/.github/workflows/zig-test.yml +++ b/.github/workflows/zig-test.yml @@ -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