Skip to content

Commit

Permalink
ci: remove CI_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Jun 30, 2023
1 parent 47eadaa commit 8afbbdd
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 11 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deploy-archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deploy-periphery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deploy-protocol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deploy-proxy-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deploy-proxy-target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/list-in-archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8afbbdd

Please sign in to comment.