From 35c5d47fd0c714f4edda0ed106ea0e3444bfeb42 Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Fri, 26 Jun 2020 11:53:37 +0200 Subject: [PATCH] GitHub Actions - avoid altering workflows on cleanup because of: refusing to allow a GitHub App to create or update workflow `.github/workflows/release.yml` without `workflows` permission --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5967c07..2470794 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: release: name: Publish Plugin runs-on: ubuntu-latest - if: github.repository != 'JetBrains/intellij-platform-plugin-template' #REMOVE-ON-CLEANUP# + if: github.repository != 'JetBrains/intellij-platform-plugin-template' steps: # Check out current repository