Using the github action SFDO-Community/standard-workflows/.github/workflows/production-1gp.yml@main has an error accessing the packaging-org-auth-url.
In the same environment on our github repository, the SFDO-Community/standard-workflows/.github/workflows/beta-1gp.yml@main action using the same secrets runs correctly.
Reproduction steps
Use repository with packaging environment and 1GP salesforce package.
Environment "packaging" has DEV_HUB_AUTH_URL and PACKAGING_ORG_AUTH_URL secrets with correct values.
Run SFDO-Community/standard-workflows/.github/workflows/beta-1gp.yml@main action triggered by push to branch.
After completion, run SFDO-Community/standard-workflows/.github/workflows/production-1gp.yml@main.
Workflow fails with:
ERROR running auth:sfdxurl:store: Invalid SFDX auth URL. Must be in the format "force://<clientId>:<clientSecret>:<refreshToken>@<instanceUrl>". Note that the SFDX auth URL uses the "force" protocol, and not "http" or "https". Also note that the "instanceUrl" inside the SFDX auth URL doesn't include the protocol ("https://").
Describe the bug
Using the github action SFDO-Community/standard-workflows/.github/workflows/production-1gp.yml@main has an error accessing the packaging-org-auth-url.
In the same environment on our github repository, the SFDO-Community/standard-workflows/.github/workflows/beta-1gp.yml@main action using the same secrets runs correctly.
Reproduction steps
ERROR running auth:sfdxurl:store: Invalid SFDX auth URL. Must be in the format "force://<clientId>:<clientSecret>:<refreshToken>@<instanceUrl>". Note that the SFDX auth URL uses the "force" protocol, and not "http" or "https". Also note that the "instanceUrl" inside the SFDX auth URL doesn't include the protocol ("https://").
Your CumulusCI and Python versions
CumulusCI version: 3.67.1 (/Users/deb/.local/bin/cci) Python version: 3.8.3 (/Users/deb/.local/pipx/venvs/cumulusci/bin/python)
Operating System
Mac OS 13.0 (22A380)
Windows environment
No response
CumulusCI installation method
pipx
Error Gist
No response
Additional information
https://github.com/Atlas-Assistance-Dogs/atlas-dogs/actions/runs/3362460764/jobs/5574213279