Skip to content

Commit

Permalink
[CHORE] Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemick committed Aug 28, 2024
1 parent f744bee commit 157fb06
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 @@ -16,6 +16,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Import GPG Key
uses: crazy-max/ghaction-import-gpg@v1
env:
GPG_PRIVATE_KEY: ${{ secrets.GPG_SIGNING_KEY }}
PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}

- name: Set up JDK
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 157fb06

Please sign in to comment.