From 4e6abe0f72363af46e73411554a05ff9e9f9320e Mon Sep 17 00:00:00 2001 From: Pavel 'Strajk' Dolecek Date: Thu, 12 Jan 2023 18:23:07 +0100 Subject: [PATCH] Clearer comment for .github/workflows/release.yml --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 10d8e9c..f5dc532 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,5 +1,7 @@ # GitHub Actions Workflow created for handling the release process based on the draft release prepared -# with the Build workflow. Running the publishPlugin task requires the PUBLISH_TOKEN secret provided. +# with the Build workflow. Running the publishPlugin task requires all of the following secrets to be be provided: +# PUBLISH_TOKEN, PRIVATE_KEY, PRIVATE_KEY_PASSWORD, CERTIFICATE_CHAIN +# See https://plugins.jetbrains.com/docs/intellij/plugin-signing.html for more information name: Release on: