feat: add pling upload action

This commit is contained in:
2026-04-15 17:33:04 +00:00
parent 60711adff0
commit f7cc9882ef
5 changed files with 914 additions and 0 deletions
+14
View File
@@ -90,6 +90,20 @@ Enable the repository pre-commit hook:
make hooks-install
```
## Release Upload
Required GitHub repository secrets:
- `PLING_PROJECT_ID`
- `PLING_USERNAME`
- `PLING_PASSWORD`
To dry run
```bash
uv run --env-file .env python scripts/pling_upload.py --dry-run
```
## Credits
Full credit to the Windows creator for the original idea. I just made a KDE clone.