From 0ae7c37f8b74e36858cb1e41a500652dd4f439d5 Mon Sep 17 00:00:00 2001 From: MichaelKora Date: Wed, 11 Oct 2023 11:33:43 +0200 Subject: [PATCH] Remove unused vars --- .github/workflows/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/README.md b/.github/workflows/README.md index 11e8b2a49..4ab825f9d 100644 --- a/.github/workflows/README.md +++ b/.github/workflows/README.md @@ -731,8 +731,7 @@ This workflow is built from multiple composite actions listed below: For Sonarcloud you need to provide a `sonar-token` and a `sonar-organization` to publish code quality results. In case of Sonatype, the action requires you to have a `signing-secret-key-ring` (base64 encoded), a `signing-key-id` and a `signing-password` to sign -your build artifacts and additionally an `ossrh-username` and an `ossrh-password` to publish the signed artifacts to -Nexus. +your build artifacts. | Name | Required | Description | | ----------------------- | :------: | -------------------------------------------------------------- |