diff --git a/ci/courtesy-push.yml b/ci/courtesy-push.yml index f4966316c1bb..5a0fe000c253 100644 --- a/ci/courtesy-push.yml +++ b/ci/courtesy-push.yml @@ -18,7 +18,7 @@ steps: - task: NuGetAuthenticate@0 inputs: - nuGetServiceConnections: 'Codex-Deps' + nuGetServiceConnections: 'Codex-Deps-New' displayName: 'Authenticate with nuget' condition: and(succeeded(), or(eq(variables['WEEK'], '3'), eq(variables['FORCE_COURTESY_PUSH'], 'true')))