Skip to content

Commit

Permalink
ci: use forked github actions [DO-2056] (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-karwacki-rdx authored Dec 8, 2023
1 parent 8b4b531 commit 6378864
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
snyk sbom --all-projects --org=${{ env.SNYK_PROJECTS_ORG_ID }} --format=cyclonedx1.4+json --json-file-output sbom.json
- name: Upload SBOM
if: github.event_name == 'release'
uses: AButler/upload-release-assets@c94805dc72e4b20745f543da0f62eaee7722df7a # v2.0.2
uses: RDXWorks-actions/upload-release-assets@master
with:
files: sbom.json
repo-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -99,15 +99,15 @@ jobs:
steps:
- uses: actions/checkout@v3.1.0

- uses: webfactory/ssh-agent@v0.6.0
- uses: RDXWorks-actions/ssh-agent@master
with:
ssh-private-key: |
${{ secrets.BITE_UNIT_TESTS_SSH_KEY }}
${{ secrets.SLIP_10_UNIT_TESTS_SSH_KEY }}
${{ secrets.MNEMONIC_UNIT_TESTS_SSH_KEY }}
- name: Run unit tests
uses: mxcl/xcodebuild@v1
uses: RDXWorks-actions/xcodebuild@master
with:
xcode: ^14.2
action: test
Expand Down

0 comments on commit 6378864

Please sign in to comment.