Closed sitiom closed 2 years ago
This action automatically generates manifests for WinGet Community Repository (microsoft/winget-pkgs) and submits them.
I already have a PR to add ViveTool-GUI to winget-pkgs (https://github.com/microsoft/winget-pkgs/pull/66613); this workflow would be used to update it.
Before merging this:
public_repo
WINGET_TOKEN
If you would like to read about this action further, the documentation is here and the source code is here.
That sounds interesting, I'll look into it when im home
@PeterStrick I forgot an extra step: You should keep the fork regularly updated with Pull. Otherwise, it will eventually try to update the old workflows without the workflow scope, resulting in an error.
workflow
This action automatically generates manifests for WinGet Community Repository (microsoft/winget-pkgs) and submits them.
I already have a PR to add ViveTool-GUI to winget-pkgs (https://github.com/microsoft/winget-pkgs/pull/66613); this workflow would be used to update it.
Before merging this:
public_repo
scope as a repository secret namedWINGET_TOKEN
(or rename the secret name in the workflow).If you would like to read about this action further, the documentation is here and the source code is here.