mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Make sure GHA release jobs have permissions
This commit is contained in:
parent
47cd605d1d
commit
0c19f83e0b
2
.github/workflows/template-cleanup.yml
vendored
2
.github/workflows/template-cleanup.yml
vendored
@ -14,6 +14,8 @@ jobs:
|
|||||||
template-cleanup:
|
template-cleanup:
|
||||||
name: Template Cleanup
|
name: Template Cleanup
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
if: github.event.repository.name != 'intellij-platform-plugin-template'
|
if: github.event.repository.name != 'intellij-platform-plugin-template'
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user