Skip to content

Commit

Permalink
Added gpg secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
mirzakaracic committed Nov 22, 2024
1 parent 4f0d3f3 commit 6a42894
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ on:
required: true
JFROG_DOCKER_TOKEN:
required: true
GPG_SECRET_KEY:
required: true
GPG_PASS:
required: true

jobs:
build:
Expand All @@ -48,6 +52,8 @@ jobs:
with:
distribution: "semeru" # See 'Supported distributions' for available options
java-version: ${{ inputs.java-version }}
gpg-private-key: ${{ secrets.GPG_SECRET_KEY }}
gpg-passphrase: ${{ secrets.GPG_PASS }}

- name: Debug, list files
run: |
Expand Down

0 comments on commit 6a42894

Please sign in to comment.