-
Notifications
You must be signed in to change notification settings - Fork 432
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: take snapshot of secrets when running a workflow #5223
Conversation
CDS Report build-all-cds#13418.1 ✘
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i miss the migration
CDS Report build-all-cds#13434.0 ✘
|
CDS Report build-all-cds#13438.0 ✘
|
CDS Report build-all-cds#13442.0 ✘
|
CDS Report build-all-cds#13444.0 ✘
|
CDS Report build-all-cds#13454.0 ✘
|
CDS Report build-all-cds#13460.0 ✘
|
CDS Report build-all-cds#13465.0 ✘
|
CDS Report build-all-cds#13465.1 ✘
|
CDS Report build-all-cds#13468.0 ✘
|
CDS Report build-all-cds#13697.1 ✘
|
CDS Report build-all-cds#13750.0 ✘
|
@@ -665,6 +665,10 @@ func (a *API) Serve(ctx context.Context) error { | |||
authentication.SessionCleaner(ctx, a.mustDB, 10*time.Second) | |||
}, a.PanicDump()) | |||
|
|||
migrate.Add(ctx, sdk.Migration{Name: "RunsSecrets", Release: "0.47.0", Blocker: false, Automatic: true, ExecFunc: func(ctx context.Context) error { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
perhaps we have to make a release before
CDS Report build-all-cds#13852.0 ✘
|
CDS Report build-all-cds#13854.0 ✘
|
CDS Report build-all-cds#13854.1 ✘
|
CDS Report build-all-cds#13855.0 ✘
|
SonarCloud Quality Gate failed. 0 Bugs |
@ovh/cds