https://github.com/aaronparker/rimo3
Pipeline to import application packages into Rimo3 via Evergreen
https://github.com/aaronparker/rimo3
azure-virtual-desktop evergreen intune rimo3 windows windows-365
Last synced: about 1 month ago
JSON representation
Pipeline to import application packages into Rimo3 via Evergreen
- Host: GitHub
- URL: https://github.com/aaronparker/rimo3
- Owner: aaronparker
- Created: 2024-07-12T10:59:01.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-05-06T03:30:47.000Z (about 1 month ago)
- Last Synced: 2025-05-06T04:29:10.298Z (about 1 month ago)
- Topics: azure-virtual-desktop, evergreen, intune, rimo3, windows, windows-365
- Language: PowerShell
- Homepage: https://stealthpuppy.com/rimo3-evergreen/
- Size: 1.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rimo3
Evergreen and Rimo3 Cloud integration solution.
[](https://github.com/aaronparker/rimo3/actions/workflows/tests.yml)
## Update Secrets
Add the required secrets to the repository to enable the `Start-PackageUpload.ps1` script to authenticate to the Rimo3 API:
* `CLIENT_ID` - Authentication client ID
* `CLIENT_SECRET` - secret value to authenticate with the client IDThe following secrets are used by the `update-packagejson` workflow to sign git commits:
* `COMMIT_EMAIL` - Email address used for commits
* `COMMIT_NAME` - Display name used for commits
* `GPGKEY` - Signing key for commits
* `GPGPASSPHRASE` - Passphrase used to unlock the key during commits
## Run workflow
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.

## Manually test apps
`New-LocalPackage.ps1` can be used to create packages with PSADT and application binaries for local testing before import into Rimo3 Cloud.