Skip to content

Commit 3cdab55

Browse files
authored
fix: incorrect fanout ID (#1853)
Signed-off-by: Miguel Martinez <miguel@chainloop.dev>
1 parent df7f661 commit 3cdab55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controlplane/internal/service/attestation.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ func (s *AttestationService) storeAttestation(ctx context.Context, envelope []by
301301
// Run integrations dispatcher
302302
go func() {
303303
if err := s.integrationDispatcher.Run(context.TODO(), &dispatcher.RunOpts{
304-
Envelope: dsseEnv, OrgID: robotAccount.OrgID, WorkflowID: workflowRunID,
304+
Envelope: dsseEnv, OrgID: robotAccount.OrgID, WorkflowID: wf.ID.String(),
305305
DownloadBackendType: string(casBackend.Provider),
306306
DownloadSecretName: secretName,
307307
WorkflowRunID: workflowRunID,

0 commit comments

Comments
 (0)