Make sure GHA release jobs have permissions

pull/295/head
Jakub Chrzanowski 2 years ago committed by Jakub Chrzanowski
parent 47cd605d1d
commit 0c19f83e0b

@ -14,6 +14,8 @@ jobs:
template-cleanup:
name: Template Cleanup
runs-on: ubuntu-latest
permissions:
contents: write
if: github.event.repository.name != 'intellij-platform-plugin-template'
steps:

Loading…
Cancel
Save