Skip to content

Commit 248830f

Browse files
committed
fix: set the right attestation-name
1 parent 03355fb commit 248830f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/init_kosli.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ jobs:
100100
--flow ${{inputs.flow_name}} \
101101
--org ${{inputs.kosli_org}} \
102102
--no-assert \
103+
--params '{"attestation_name": "pr"}' \
103104
--output json > "4eyes-eval-${{inputs.trail_name}}.json" || echo '{"allow":false,"violations":["evaluate command failed"]}' > "4eyes-eval-${{inputs.trail_name}}.json"
104105

105106
- name: Report four-eyes attestation to Kosli

0 commit comments

Comments
 (0)