Skip to content

Commit db93794

Browse files
committed
Fix: enable minimum package age for safe-chain installation in workflows
1 parent bba42e1 commit db93794

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525

2626
- name: Install dependencies
2727
run: bun install
28-
# env:
29-
# SAFE_CHAIN_MINIMUM_PACKAGE_AGE_HOURS: 48
28+
env:
29+
SAFE_CHAIN_MINIMUM_PACKAGE_AGE_HOURS: 48
3030

3131
- name: Typecheck
3232
run: bun run typecheck

.github/workflows/tester.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
uses: oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2.0.2
2424

2525
- name: Install safe-chain
26-
run: curl -fsSL https://github.com/AikidoSec/safe-chain/releases/latest/download/install-safe-chain.sh | sh -s -- --ci
26+
run: curl -fsSL https://github.com/AikidoSec/safe-chain/releases/latest/download/install-safe-chain.sh | sh -s -- --ci --safe-chain-skip-minimum-package-age
2727

2828
- name: Install dependencies
2929
run: bun install
30-
# env:
31-
# SAFE_CHAIN_MINIMUM_PACKAGE_AGE_HOURS: 48
30+
env:
31+
SAFE_CHAIN_MINIMUM_PACKAGE_AGE_HOURS: 48
3232

3333
- name: Configure AWS credentials (OIDC)
3434
uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6.1.0

0 commit comments

Comments
 (0)