8000 ci : add winget package updater by slaren · Pull Request #13732 · ggml-org/llama.cpp · GitHub
[go: up one dir, main page]

Skip to content

ci : add winget package updater #13732

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 23, 2025
Merged

ci : add winget package updater #13732

merged 1 commit into from
May 23, 2025

Conversation

slaren
Copy link
Member
@slaren slaren commented May 23, 2025

@ggerganov This requires a classic token with public_repo permission in the secret WINGET_GITHUB_TOKEN. This will be used to create the pull request to the microsoft repository to update the package. Since this is a very broad permission, I think it would be preferable to create a github account specifically for this purpose that does not have write access to the llama.cpp or other repositories.

@github-actions github-actions bot added the devops improvements to build systems and github actions label May 23, 2025
komac update --version ${{ env.VERSION }} \
--urls "https://github.com/ggml-org/llama.cpp/releases/download/${{ env.VERSION }}/llama-${{ env.VERSION }}-bin-win-vulkan-x64.zip" \
--token ${{ secrets.WINGET_GITHUB_TOKEN }} \
--dry-run \
Copy link
Member Author
@slaren slaren May 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Currently this is in dry run mode and won't actually submit anything. Once it is tested we can change this parameter to --submit .

@ggerganov
Copy link
Member

The token should be configured now.

8A30

@slaren slaren merged commit a70a8a6 into master May 23, 2025
2 checks passed
@slaren slaren deleted the sl/winget-upd branch May 23, 2025 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops improvements to build systems and github actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0