Skip to content

Commit 0d3224f

Browse files
committed
chore: use default for the setup script and use no-assert parameter
1 parent 61e3e59 commit 0d3224f

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/init_kosli.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ jobs:
9999
--show-input \
100100
--flow ${{inputs.flow_name}} \
101101
--org ${{inputs.kosli_org}} \
102-
--output json > "4eyes-eval-${{inputs.trail_name}}.json" 2>/dev/null || true
102+
--no-assert \
103+
--output json > "4eyes-eval-${{inputs.trail_name}}.json"
103104

104105
- name: Report four-eyes attestation to Kosli
105106
if: ${{ inputs.report_to_kosli == 'all' }}

bin/never_alone/setup_attestation_type.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33

4-
KOSLI_ORG=kosli-public
4+
KOSLI_ORG="${KOSLI_ORG:-kosli-public}"
55

66
# One-time setup: create custom attestation types for never-alone.
77
# Run this after any schema change. Types cannot be updated in place;

0 commit comments

Comments
 (0)