Skip to content

Commit

Permalink
Merge branch 'main' into jon/fix-cd-recusive-save-2
Browse files Browse the repository at this point in the history
  • Loading branch information
goncalo-frade-iohk authored Jan 30, 2025
2 parents cea4dba + 0598705 commit f1c64bd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 26 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,6 @@ jobs:
with:
xcode-version: '15.0.1'

- name: Install SSH Key
uses: shimataro/[email protected]
with:
key: ${{ secrets.SSH_PRIVATE_KEY }}
known_hosts: github.com

- name: Adding Known Hosts
run: ssh-keyscan -H github.com >> ~/.ssh/known_hosts

# - name: Install lcov
# run: brew install [email protected] && brew link --overwrite --force [email protected]

Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ jobs:
with:
xcode-version: '15.0.1'

- name: Install SSH Key
uses: shimataro/[email protected]
with:
key: ${{ secrets.SSH_PRIVATE_KEY }}
known_hosts: github.com

- name: Adding Known Hosts
run: ssh-keyscan -H github.com >> ~/.ssh/known_hosts
# - name: Install SSH Key
# uses: shimataro/[email protected]
# with:
# key: ${{ secrets.SSH_PRIVATE_KEY }}
# known_hosts: github.com
#
# - name: Adding Known Hosts
# run: ssh-keyscan -H github.com >> ~/.ssh/known_hosts

- name: Create properties file
working-directory: E2E/e2eTests/Resources
Expand Down
9 changes: 0 additions & 9 deletions .github/workflows/releaseDocumentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,6 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v3

- name: Install SSH Key
uses: shimataro/[email protected]
with:
key: ${{ secrets.SSH_PRIVATE_KEY }}
known_hosts: github.com

- name: Adding Known Hosts
run: ssh-keyscan -H github.com >> ~/.ssh/known_hosts

- name: Build Docs
uses: nick-fields/retry@v2
with:
Expand Down

0 comments on commit f1c64bd

Please sign in to comment.