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
{{ message }}
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.
Description
I am attempting to run the sfpowerscripts orchestrator:prepare command within a github workflow. Even though the authentication method used is auth:accesstoken:store, the following error is thrown:
Error: Unable to execute command .. Error: Pools have to be created using
a DevHub authenticated with auth:web or auth:store or
auth:accesstoken:store
Steps To Reproduce
Authenticate using JWT with sfdx auth:jwt:grant.
Extract AccessToken using sfdx force:org:display.
Deauthenticate/remove the JWT auth configuration [sfdx auth:logout, rm -f ~/.sfdx/*.json].
Authenticate using the extracted AccessToken with sfdx auth:accesstoken:store.
Run the sfpowerscripts orchestrator:prepare command
Platform Details (please complete the following information):
Description
I am attempting to run the sfpowerscripts orchestrator:prepare command within a github workflow. Even though the authentication method used is auth:accesstoken:store, the following error is thrown:
Steps To Reproduce
Authenticate using JWT with
sfdx auth:jwt:grant
.Extract AccessToken using
sfdx force:org:display
.Deauthenticate/remove the JWT auth configuration [
sfdx auth:logout
,rm -f ~/.sfdx/*.json
].Authenticate using the extracted AccessToken with
sfdx auth:accesstoken:store
.Run the
sfpowerscripts orchestrator:prepare
commandPlatform Details (please complete the following information):
The text was updated successfully, but these errors were encountered: