Skip to content

Commit

Permalink
Remove unneeded SSH keys, SSH setup steps and Codecov tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
dexter2206 authored and mstechly committed Jun 1, 2022
1 parent 84602bf commit 5282500
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 32 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,7 @@ jobs:
with:
repository: zapatacomputing/orquestra-quantum
path: orquestra-quantum
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}

# ------------------------------------------------------------------------
# Loads private SSH key to the SSH agent. Allows to install dependencies
# from private git repos, but requires setting `secrets.SSH_PRIVATE_KEY`
# in repo settings.
# ------------------------------------------------------------------------
# - uses: ./subtrees/z_quantum_actions/actions/ssh_setup
# with:
# ssh_key: ${{ secrets.SSH_PRIVATE_KEY }}

- uses: ./subtrees/z_quantum_actions/actions/coverage
with:
codecov_secret: ${{ secrets.CODECOV_TOKEN }}
env:
ZAPATA_IBMQ_API_TOKEN: ${{ secrets.ZAPATA_IBMQ_API_TOKEN }}
10 changes: 0 additions & 10 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,11 @@ jobs:
# version.
fetch-depth: 0

# ------------------------------------------------------------------------
# Loads private SSH key to the SSH agent. Allows to install dependencies
# from private git repos, but requires setting `secrets.SSH_PRIVATE_KEY`
# in repo settings.
# ------------------------------------------------------------------------
- uses: ./subtrees/z_quantum_actions/actions/ssh_setup
with:
ssh_key: ${{ secrets.SSH_PRIVATE_KEY }}

- name: Get orquestra-quantum
uses: actions/checkout@v2
with:
repository: zapatacomputing/orquestra-quantum
path: orquestra-quantum
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}

- name: Run publish release action
uses: ./subtrees/z_quantum_actions/actions/publish-release
10 changes: 0 additions & 10 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,6 @@ jobs:
with:
repository: zapatacomputing/orquestra-quantum
path: orquestra-quantum
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}

# ------------------------------------------------------------------------
# Loads private SSH key to the SSH agent. Allows to install dependencies
# from private git repos, but requires setting `secrets.SSH_PRIVATE_KEY`
# in repo settings.
# ------------------------------------------------------------------------
# - uses: ./subtrees/z_quantum_actions/actions/ssh_setup
# with:
# ssh_key: ${{ secrets.SSH_PRIVATE_KEY }}

# Installs project, checks codestyle
- uses: ./subtrees/z_quantum_actions/actions/style

0 comments on commit 5282500

Please sign in to comment.