sharik
sharik copied to clipboard
Add Winget Releaser workflow
This action automatically generates manifests for WinGet Community Repository (microsoft/winget-pkgs) and submits them.
I have already created a PR to add Sharik to Winget; this workflow will be used to update it.
Before merging this:
- Add a classic PAT with
public_reposcope as a repository secret namedWINGET_TOKEN. You can go to this URL to create it: https://github.com/settings/tokens/new?scopes=public_repo

- Fork https://github.com/microsoft/winget-pkgs under @marchellodev. The action will use that fork for making a branch and creating a PR with the upstream winget-pkgs repository on every release.
- Use Pull to ensure the fork is constantly updated.
If you would like to read about this action further, the documentation and source code is available here.
If you want to see an example of a PR created using this action, see microsoft/winget-pkgs/pulls (Pull request has been created with WinGet Releaser).