From 8afbbdd73334753fd97699459a1d11a778e98bfd Mon Sep 17 00:00:00 2001 From: Paul Razvan Berg Date: Fri, 30 Jun 2023 18:37:51 +0300 Subject: [PATCH] ci: remove CI_TOKEN --- .github/workflows/ci.yml | 6 +----- .github/workflows/deploy-archive.yml | 1 - .github/workflows/deploy-periphery.yml | 1 - .github/workflows/deploy-protocol.yml | 1 - .github/workflows/deploy-proxy-plugin.yml | 1 - .github/workflows/deploy-proxy-target.yml | 1 - .github/workflows/list-in-archive.yml | 1 - 7 files changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 95563567..e6d2f10d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,6 @@ jobs: uses: "actions/checkout@v3" with: submodules: "recursive" - token: "${{ secrets.CI_TOKEN }}" - name: "Install Foundry" uses: "foundry-rs/foundry-toolchain@v1" @@ -103,7 +102,6 @@ jobs: uses: "actions/checkout@v3" with: submodules: "recursive" - token: "${{ secrets.CI_TOKEN }}" - name: "Install Foundry" uses: "foundry-rs/foundry-toolchain@v1" @@ -133,7 +131,6 @@ jobs: uses: "actions/checkout@v3" with: submodules: "recursive" - token: "${{ secrets.CI_TOKEN }}" - name: "Install Foundry" uses: "foundry-rs/foundry-toolchain@v1" @@ -156,7 +153,7 @@ jobs: run: | echo "## Fork tests result" >> $GITHUB_STEP_SUMMARY echo "✅ Passed" >> $GITHUB_STEP_SUMMARY - + coverage: needs: ["lint", "build"] runs-on: "ubuntu-latest" @@ -165,7 +162,6 @@ jobs: uses: "actions/checkout@v3" with: submodules: "recursive" - token: "${{ secrets.CI_TOKEN }}" - name: "Install Foundry" uses: "foundry-rs/foundry-toolchain@v1" diff --git a/.github/workflows/deploy-archive.yml b/.github/workflows/deploy-archive.yml index 18c00987..c6991087 100644 --- a/.github/workflows/deploy-archive.yml +++ b/.github/workflows/deploy-archive.yml @@ -33,7 +33,6 @@ jobs: uses: "actions/checkout@v3" with: submodules: "recursive" - token: ${{ secrets.CI_TOKEN }} - name: "Install Foundry" uses: "foundry-rs/foundry-toolchain@v1" diff --git a/.github/workflows/deploy-periphery.yml b/.github/workflows/deploy-periphery.yml index 44f2ab16..c3105b9f 100644 --- a/.github/workflows/deploy-periphery.yml +++ b/.github/workflows/deploy-periphery.yml @@ -38,7 +38,6 @@ jobs: uses: "actions/checkout@v3" with: submodules: "recursive" - token: ${{ secrets.CI_TOKEN }} - name: "Install Foundry" uses: "foundry-rs/foundry-toolchain@v1" diff --git a/.github/workflows/deploy-protocol.yml b/.github/workflows/deploy-protocol.yml index 90f3cb1d..c547a580 100644 --- a/.github/workflows/deploy-protocol.yml +++ b/.github/workflows/deploy-protocol.yml @@ -42,7 +42,6 @@ jobs: uses: "actions/checkout@v3" with: submodules: "recursive" - token: ${{ secrets.CI_TOKEN }} - name: "Install Foundry" uses: "foundry-rs/foundry-toolchain@v1" diff --git a/.github/workflows/deploy-proxy-plugin.yml b/.github/workflows/deploy-proxy-plugin.yml index 1fbbd924..dded6ad1 100644 --- a/.github/workflows/deploy-proxy-plugin.yml +++ b/.github/workflows/deploy-proxy-plugin.yml @@ -32,7 +32,6 @@ jobs: uses: "actions/checkout@v3" with: submodules: "recursive" - token: ${{ secrets.CI_TOKEN }} - name: "Install Foundry" uses: "foundry-rs/foundry-toolchain@v1" diff --git a/.github/workflows/deploy-proxy-target.yml b/.github/workflows/deploy-proxy-target.yml index 777a8fe1..54230791 100644 --- a/.github/workflows/deploy-proxy-target.yml +++ b/.github/workflows/deploy-proxy-target.yml @@ -33,7 +33,6 @@ jobs: uses: "actions/checkout@v3" with: submodules: "recursive" - token: ${{ secrets.CI_TOKEN }} - name: "Install Foundry" uses: "foundry-rs/foundry-toolchain@v1" diff --git a/.github/workflows/list-in-archive.yml b/.github/workflows/list-in-archive.yml index c6b4699d..1c4b313e 100644 --- a/.github/workflows/list-in-archive.yml +++ b/.github/workflows/list-in-archive.yml @@ -34,7 +34,6 @@ jobs: uses: "actions/checkout@v3" with: submodules: "recursive" - token: ${{ secrets.CI_TOKEN }} - name: "Install Foundry" uses: "foundry-rs/foundry-toolchain@v1"