Skip to content

Commit

Permalink
Remove CONSTRAINTS_SSH_KEY from Github Actions
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
DavePearce committed Nov 19, 2024
1 parent a570d8c commit 959bf35
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 38 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-rust-corset/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
10 changes: 0 additions & 10 deletions .github/workflows/gradle-ethereum-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/gradle-nightly-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
9 changes: 0 additions & 9 deletions .github/workflows/gradle-weekly-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/reference-blockchain-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 959bf35

Please sign in to comment.