From 0c19f83e0b48c04fac44326578455b0016e60c1b Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Tue, 10 May 2022 09:36:44 +0200 Subject: [PATCH] Make sure GHA release jobs have permissions --- .github/workflows/template-cleanup.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/template-cleanup.yml b/.github/workflows/template-cleanup.yml index 17e5706..47c414b 100644 --- a/.github/workflows/template-cleanup.yml +++ b/.github/workflows/template-cleanup.yml @@ -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: