Skip to content

Commit

Permalink
We no longer need access to the Pirita repo in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-F-Bryan committed Nov 7, 2022
1 parent 0b4042f commit 6a528ce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Give GitHub Actions access to wasmerio/pirita
uses: webfactory/ssh-agent@v0.5.4
with:
ssh-private-key: ${{ secrets.PIRITA_REPO_DEPLOY_KEY }}
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -67,10 +63,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Give GitHub Actions access to wasmerio/pirita
uses: webfactory/ssh-agent@v0.5.4
with:
ssh-private-key: ${{ secrets.PIRITA_REPO_DEPLOY_KEY }}
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand All @@ -95,10 +87,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Give GitHub Actions access to wasmerio/pirita
uses: webfactory/ssh-agent@v0.5.4
with:
ssh-private-key: ${{ secrets.PIRITA_REPO_DEPLOY_KEY }}
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Give GitHub Actions access to wasmerio/pirita
uses: webfactory/ssh-agent@v0.5.4
with:
ssh-private-key: ${{ secrets.PIRITA_REPO_DEPLOY_KEY }}
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 6a528ce

Please sign in to comment.