I'm trying to limit the scope of the GITHUB_TOKEN actions on my repository have access to. One such action creates a draft release in my repository -- and I would like it only to be able to create that draft and nothing else.
Taking a look at the available permissions here: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#permissions there isn't one specifically for releases (or even tagging really). Is it considered a "deployment"? Is there something I'm missing here?