-
Notifications
You must be signed in to change notification settings - Fork 80
Closed
Labels
Description
Description of the issue
I see a new release was created v0.24.0-beta.3 but the WinGet publish action was not invoked.
Cause
This repo creates release automatically using an action
The action uses the default secrets.GITHUB_TOKEN created automatically. As I've found in these threads below, GitHub won't let that workflow trigger another workflow if the default github token is used.
- https://github.com/orgs/community/discussions/54574#discussioncomment-10119733
- https://github.com/orgs/community/discussions/25281#discussioncomment-3247262
To fix this, I would suggest changing the token in create-release.yml file to be a personal access token instead of an automatically generated one