add secret access to sign.yml

This commit is contained in:
eyedeekay
2024-04-05 14:50:20 -04:00
parent 0f3a61390c
commit b28e5d741e

View File

@ -4,6 +4,14 @@
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
permissions:
contents: read