add secret access to sign.yml

This commit is contained in:
eyedeekay
2024-04-05 14:51:34 -04:00
parent b28e5d741e
commit caa57bbc3a

View File

@ -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