Skip to content

Commit e358988

Browse files
authored
fix(attestation): Send workflow-name on attestation init API call (#768)
Signed-off-by: Javier Rodriguez <[email protected]>
1 parent 5552754 commit e358988

File tree

5 files changed

+229
-180
lines changed

5 files changed

+229
-180
lines changed

app/cli/internal/action/attestation_init.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ func (action *AttestationInit) Run(ctx context.Context, contractRevision int, wo
122122
Runner: discoveredRunner.ID(),
123123
JobUrl: discoveredRunner.RunURI(),
124124
ContractRevision: int32(contractRevision),
125+
WorkflowName: workflow.GetName(),
125126
},
126127
)
127128
if err != nil {

0 commit comments

Comments
 (0)