This repository contains a GitHub Actions workflow that automatically updates the TidyCustoms.Publii package in the Microsoft WinGet package index.
- Daily Check – The workflow runs daily.
- Tag Detection – It fetches the latest release tag from the GetPublii/Publii repository.
- Manifest Update – Uses
wingetcreateto update the manifest with the new version and installer URL. - Pull Request – Submits the updated manifest to winget's repo.
-
GitHub Personal Access Token (PAT) You need your action to get
- Create a classic personal github token with repo permissions at https://github.com/settings/personal-access-tokens (fine grained tokens are not supported)
- Add it to this repo's secrets (Settings → Secrets and variables → Actions) as
WINGET_CREATE_GITHUB_TOKEN.
-
Workflow File
- The workflow file is located at
.github/workflows/publii-update.yml.
- The workflow file is located at
- The workflow runs automatically on schedule.
- You can also trigger it manually from the Actions tab using the
workflow_dispatchevent.
This project is licensed under the MIT License.