From 1afab942be4a7a1f7873edcbad9989117b6c34c5 Mon Sep 17 00:00:00 2001 From: DavePearce Date: Tue, 19 Nov 2024 11:51:17 +1300 Subject: [PATCH] Remove `CONSTRAINTS_SSH_KEY` from Github Actions This removes the need for the `CONSTRAINTS_SSH_KEY` from the Github actions. This is no longer required since all relevant repositories are now public. --- .github/actions/setup-rust-corset/action.yml | 2 +- .github/workflows/gradle-ethereum-tests.yml | 10 ---------- .github/workflows/gradle-nightly-tests.yml | 4 ---- .github/workflows/gradle-weekly-tests.yml | 9 --------- .github/workflows/gradle.yml | 10 ---------- .github/workflows/reference-blockchain-tests.yml | 4 ---- 6 files changed, 1 insertion(+), 38 deletions(-) diff --git a/.github/actions/setup-rust-corset/action.yml b/.github/actions/setup-rust-corset/action.yml index 0c18cd6230..2f68974af8 100644 --- a/.github/actions/setup-rust-corset/action.yml +++ b/.github/actions/setup-rust-corset/action.yml @@ -9,4 +9,4 @@ runs: - name: Install Corset shell: bash - run: RUSTFLAGS=-Awarnings cargo install --git ssh://git@github.com/ConsenSys/corset --tag v9.7.17 --locked --force + run: RUSTFLAGS=-Awarnings cargo install --git https://github.com/Consensys/corset.git --tag v9.7.17 --locked --force diff --git a/.github/workflows/gradle-ethereum-tests.yml b/.github/workflows/gradle-ethereum-tests.yml index 230b05a4d8..a15e81886e 100644 --- a/.github/workflows/gradle-ethereum-tests.yml +++ b/.github/workflows/gradle-ethereum-tests.yml @@ -12,11 +12,6 @@ jobs: ethereum-tests: runs-on: ubuntu-latest-128 steps: - - uses: webfactory/ssh-agent@v0.7.0 - with: - ssh-private-key: | - ${{ secrets.CONSTRAINTS_SSH_KEY }} - - name: Checkout repository uses: actions/checkout@v3 with: @@ -60,11 +55,6 @@ jobs: ethereum-tests-go-corset: runs-on: ubuntu-latest-128 steps: - - uses: webfactory/ssh-agent@v0.7.0 - with: - ssh-private-key: | - ${{ secrets.CONSTRAINTS_SSH_KEY }} - - name: Checkout repository uses: actions/checkout@v3 with: diff --git a/.github/workflows/gradle-nightly-tests.yml b/.github/workflows/gradle-nightly-tests.yml index 1d017c7d19..fe90810aef 100644 --- a/.github/workflows/gradle-nightly-tests.yml +++ b/.github/workflows/gradle-nightly-tests.yml @@ -12,10 +12,6 @@ jobs: nightly-tests: runs-on: ubuntu-latest-128 steps: - - uses: webfactory/ssh-agent@v0.7.0 - with: - ssh-private-key: | - ${{ secrets.CONSTRAINTS_SSH_KEY }} - name: Checkout repository uses: actions/checkout@v3 with: diff --git a/.github/workflows/gradle-weekly-tests.yml b/.github/workflows/gradle-weekly-tests.yml index f9b9a30a5a..84941d86be 100644 --- a/.github/workflows/gradle-weekly-tests.yml +++ b/.github/workflows/gradle-weekly-tests.yml @@ -12,11 +12,6 @@ jobs: tests: runs-on: ubuntu-latest steps: - - uses: webfactory/ssh-agent@v0.7.0 - with: - ssh-private-key: | - ${{ secrets.CONSTRAINTS_SSH_KEY }} - - name: Checkout repository uses: actions/checkout@v3 with: @@ -49,10 +44,6 @@ jobs: runs-on: ubuntu-latest continue-on-error: true steps: - - uses: webfactory/ssh-agent@v0.7.0 - with: - ssh-private-key: | - ${{ secrets.CONSTRAINTS_SSH_KEY }} - name: Checkout repository uses: actions/checkout@v3 with: diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 5bde8141be..d02366fc38 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -58,11 +58,6 @@ jobs: if: ${{ inputs.tests-with-ssh }} uses: lhotari/action-upterm@v1 - - uses: webfactory/ssh-agent@v0.7.0 - with: - ssh-private-key: | - ${{ secrets.CONSTRAINTS_SSH_KEY }} - - name: Checkout repository uses: actions/checkout@v3 with: @@ -109,11 +104,6 @@ jobs: if: ${{ inputs.tests-with-ssh }} uses: lhotari/action-upterm@v1 - - uses: webfactory/ssh-agent@v0.7.0 - with: - ssh-private-key: | - ${{ secrets.CONSTRAINTS_SSH_KEY }} - - name: Checkout repository uses: actions/checkout@v3 with: diff --git a/.github/workflows/reference-blockchain-tests.yml b/.github/workflows/reference-blockchain-tests.yml index 13f89cf0e1..20b777188e 100644 --- a/.github/workflows/reference-blockchain-tests.yml +++ b/.github/workflows/reference-blockchain-tests.yml @@ -22,10 +22,6 @@ jobs: blockchain-reference-tests: runs-on: [ubuntu-latest-128] steps: - - uses: webfactory/ssh-agent@v0.7.0 - with: - ssh-private-key: | - ${{ secrets.CONSTRAINTS_SSH_KEY }} - name: Checkout repository uses: actions/checkout@v3 with: