mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Use the standalone binary in our own pipelines
This commit is contained in:
parent
ba1eaf4afa
commit
4be1f7900d
3 changed files with 3 additions and 9 deletions
4
.github/workflows/create-artifact.yml
vendored
4
.github/workflows/create-artifact.yml
vendored
|
|
@ -60,9 +60,7 @@ jobs:
|
|||
node-version: "20.x"
|
||||
|
||||
- name: Setup safe-chain
|
||||
run: |
|
||||
npm i -g @aikidosec/safe-chain
|
||||
safe-chain setup-ci
|
||||
run: curl -fsSL https://raw.githubusercontent.com/AikidoSec/safe-chain/main/install-scripts/install-safe-chain.sh | sh -s -- --ci
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci --ignore-scripts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue