Daniel Soileau
Daniel Soileau
Thanks @nvuillam, here's a sanitized version of the vars: ``` GITHUB_TOKEN=**** CF_BUILD_INITIATOR=soileaud CF_PULL_REQUEST_MERGED_COMMIT_SHA=48d03f16e5d8ed27c161935939e17ae0875cca9f ghuser=soileaud CF_BUILD_TIMESTAMP=1743824056592 CF_PULL_REQUEST_ACTION=assigned CI=true CF_OIDC_REQUEST_URL=**** PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true ORG_ALIAS=main HOSTNAME=**** CF_SHORT_REVISION=de4ab6e CF_PULL_REQUEST_HEAD_BRANCH=testfail2 CF_COMMIT_MESSAGE_ESCAPED=Testfail2 SHLVL=1 HOME=/root GITHUB_EVENT_PATH=/codefresh/volume/event.json CI_COMMIT_REF_NAME=main CONFIG_BRANCH=main CF_REPO_NAME=sourceformat...
Managed to get a different message, but same username prompt stalling the build. 🤔 Added these: ``` GITHUB_SERVER_URL="https://github.mycompanydomain.com" GITHUB_API_URL="https://github.mycompanydomain.com/api" GITHUB_GRAPHQL_URL="https://github.mycompanydomain.com/api/graphql" ``` Which changed: >[sfdx-hardis][GitProvider] Unable to get Pull Request info:...
Appreciate that, but setting the vars manually in the new version doesn't seem to have worked :( I'll try to find some time to debug locally.
Yeah, no worries. I'm not sure when I'll get to this because we may be moving to cloud github next year anyway.. @nvuillam On another note, is there a way...
> don't precise the -o and it will use the current default org :) No luck @nvuillam ``` Executing command: CI=false sf hardis:org:monitor:backup --full --exclude-namespaces --skip-doc --max-by-chunk 5000 GITHUB_EVENT_PATH /codefresh/volume/event.json...
@nvuillam Sorry for the delayed response. I tried a few things but I wasn't able to get it working. We're migrating from ghe to gh cloud soon so I'll wait...