There's a merged pull request on the void-packages repository .github/workflows/: set token permissions https://github.com/void-linux/void-packages/pull/37810 Description: #### Testing the changes - I tested the changes in this PR: **YES** closes #37612 requires changing the default workflow permissions in the [repository settings](https://github.com/void-linux/void-packages/settings/actions) to: ![image](https://user-images.githubusercontent.com/5366828/177019958-8a12e227-b7a0-482b-a79f-722ff16be681.png) The default permissions are read-only, which works fine for the build/PR CI workflow. Cycles needed write access to issues to create them if a cycle is detected. Stale needs write access to issues and pull requests, as is [documented upstream](https://github.com/actions/stale#recommended-permissions). This is safe because both those workflows should only run on master.