Evergreen and Rimo3 Cloud integration solution.
Add the required secrets to the repository to enable the Start-PackageUpload.ps1 script to authenticate to the Rimo3 API:
CLIENT_ID- Authentication client IDCLIENT_SECRET- secret value to authenticate with the client ID
The following secrets are used by the update-packagejson workflow to sign git commits:
COMMIT_EMAIL- Email address used for commitsCOMMIT_NAME- Display name used for commitsGPGKEY- Signing key for commitsGPGPASSPHRASE- Passphrase used to unlock the key during commits
The GitHub Actions workflow can be started from the Actions tab. This runs Start-PackageUpload.ps1 and will import the package selected from the dropdown menu.
New-LocalPackage.ps1 can be used to create packages with PSADT and application binaries for local testing before import into Rimo3 Cloud.

