Pinal Bhatt
Pinal Bhatt
My Action Step is ` uses: pnpm/[email protected] with: version: 6.x run_install: true ` I am getting below error when running this action Error in CI: ERR_PNPM_FROZEN_LOCKFILE_WITH_OUTDATED_LOCKFILE Cannot perform a frozen...
I am getting the following error ` parser: null, maxHeadersCount: null, _redirectable: [Writable], [Symbol(kNeedDrain)]: false, [Symbol(isCorked)]: false, [Symbol(kOutHeaders)]: [Object: null prototype] }, response: { status: 403, statusText: 'Forbidden', headers: [Object],...
I need to pass basic auth header to my api. Just like Basic swagger UI do we have option to add username / password to create basic auth header?