Skip to content

Commit

Permalink
add secret access to sign.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Apr 5, 2024
1 parent b28e5d7 commit caa57bb
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/sign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit caa57bb

Please sign in to comment.