You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We run the command: choco install winscp
Expect it to successfully install.
Actual behavior
Not even download of the winscp package seems to happen. Instead we see error messages about credentials:
Chocolatey v2.2.2
Installing the following packages:
winscp
By installing, you accept licenses for the packages.
Invalid credentials specified.
Please provide credentials for: https://community.chocolatey.org/api/v2/
User name: Password: Chocolatey had an error on fv-az365-579 (with user runneradmin):
System.InvalidOperationException: Cannot read keys when either application does not have a console or when console input has been redirected from a file. Try Console.Read.
Description
Platforms affected
Runner images affected
Image version and build link
Image: windows-2022
Version: 20240211.1.0
Failing build job: https://github.com/Maersk-Global/edi-sb-lns-regression/actions/runs/7957650561/job/21720916263
Is it regression?
No, last successfull build has same version.
Expected behavior
We run the command: choco install winscp
Expect it to successfully install.
Actual behavior
Not even download of the winscp package seems to happen. Instead we see error messages about credentials:
Chocolatey v2.2.2
Installing the following packages:
winscp
By installing, you accept licenses for the packages.
Invalid credentials specified.
Please provide credentials for: https://community.chocolatey.org/api/v2/
User name: Password: Chocolatey had an error on fv-az365-579 (with user runneradmin):
System.InvalidOperationException: Cannot read keys when either application does not have a console or when console input has been redirected from a file. Try Console.Read.
Repro steps
The following action is enough to test it:
`
name: Test WinSCP Install
on:
workflow_dispatch:
jobs:
test-install:
runs-on: windows-latest
steps:
- name: Install winscp
run: |
choco install winscp
shell: pwsh
`
The text was updated successfully, but these errors were encountered: