From caa57bbc3a0e4961b10b671258254cf1a216e9e9 Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Fri, 5 Apr 2024 14:51:34 -0400 Subject: [PATCH] add secret access to sign.yml --- .github/workflows/sign.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/sign.yml b/.github/workflows/sign.yml index f057e8684..8f40abbe7 100644 --- a/.github/workflows/sign.yml +++ b/.github/workflows/sign.yml @@ -4,14 +4,13 @@ name: Java Signed CI on: [push] - workflow_call: - secrets: - DEV_PASSWORD: - description: 'A password to unlock the private key' - required: true - DEV_SIGNING_KEY: - description: 'the private key' - required: true + secrets: + DEV_PASSWORD: + description: 'A password to unlock the private key' + required: true + DEV_SIGNING_KEY: + description: 'the private key' + required: true permissions: contents: read