From a337b65abacc16b1a9d46ff20faeb82c583a5a22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Colombaro?= Date: Thu, 2 May 2024 14:50:17 +0000 Subject: [PATCH] Remove the unused secret variable for GHA --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 731a4a0c..c31cc7bc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,10 +5,10 @@ name: Release on: workflow_call: - secrets: - GPG_KEY_BASE64: - required: true - description: GPG key for signing + # secrets: + # GPG_KEY_BASE64: + # required: true + # description: GPG key for signing jobs: publish: