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 18, 2024
1 parent a570d8c commit 25fe497
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 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.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

0 comments on commit 25fe497

Please sign in to comment.