https://github.com/aldaviva/vivaldicustomlauncherbuildtrigger
🎻 Trigger builds of Aldaviva/VivaldiCustomLauncher when new versions of Vivaldi are released
https://github.com/aldaviva/vivaldicustomlauncherbuildtrigger
github-actions-ci vivaldi-modification
Last synced: about 1 year ago
JSON representation
🎻 Trigger builds of Aldaviva/VivaldiCustomLauncher when new versions of Vivaldi are released
- Host: GitHub
- URL: https://github.com/aldaviva/vivaldicustomlauncherbuildtrigger
- Owner: Aldaviva
- License: apache-2.0
- Created: 2023-04-16T05:26:32.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-16T05:27:14.000Z (about 3 years ago)
- Last Synced: 2025-03-24T07:08:34.152Z (about 1 year ago)
- Topics: github-actions-ci, vivaldi-modification
- Language: C#
- Homepage:
- Size: 36.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
VivaldiCustomLauncherBuildTrigger
===
Checks the latest [Vivaldi](https://vivaldi.com/desktop/) release and snapshot versions, and if either one is newer than the tested versions in [VivaldiCustomLauncher](https://github.com/Aldaviva/VivaldiCustomLauncher), then trigger the [build](https://github.com/Aldaviva/VivaldiCustomLauncher/actions/workflows/build.yml) that automatically downloads and tests against the latest version.
## Prerequisites
- [.NET 7 Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/7.0) or later
## Usage
```ps1
VivaldiCustomLauncherBuildTrigger.exe --github-access-token ghp_XXXXXXXXXXXX
```
This can be run in a scheduled task or cron job.
### Arguments
#### `--github-access-token`
A [GitHub personal access token](https://github.com/settings/tokens) with the `repo` scope.
#### `--dry-run`
Don't trigger the build, even if a newer version is found.