Skip to content

Commit

Permalink
fix: incorrect fanout ID (chainloop-dev#1853)
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Martinez <[email protected]>
  • Loading branch information
migmartri authored Feb 24, 2025
1 parent df7f661 commit 3cdab55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controlplane/internal/service/attestation.go
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ func (s *AttestationService) storeAttestation(ctx context.Context, envelope []by
// Run integrations dispatcher
go func() {
if err := s.integrationDispatcher.Run(context.TODO(), &dispatcher.RunOpts{
Envelope: dsseEnv, OrgID: robotAccount.OrgID, WorkflowID: workflowRunID,
Envelope: dsseEnv, OrgID: robotAccount.OrgID, WorkflowID: wf.ID.String(),
DownloadBackendType: string(casBackend.Provider),
DownloadSecretName: secretName,
WorkflowRunID: workflowRunID,
Expand Down

0 comments on commit 3cdab55

Please sign in to comment.