We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9aceab8 + bae0c49 commit 9f3f688Copy full SHA for 9f3f688
.github/workflows/endorlabsScan.yml
@@ -17,6 +17,8 @@ jobs:
17
with:
18
distribution: zulu
19
java-version: ${{ github.event.inputs.java_version }}
20
+ gpg-private-key: ${{ secrets.GPG_KEY }} # Value of the GPG private key to import
21
+ gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }} # env variable for GPG private key passphrase
22
23
- name: Create env
24
id: create-env
0 commit comments