Skip to content

Commit 157fb06

Browse files
committed
[CHORE] Fix workflow
1 parent f744bee commit 157fb06

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ jobs:
1616
- name: Checkout code
1717
uses: actions/checkout@v3
1818

19+
- name: Import GPG Key
20+
uses: crazy-max/ghaction-import-gpg@v1
21+
env:
22+
GPG_PRIVATE_KEY: ${{ secrets.GPG_SIGNING_KEY }}
23+
PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
24+
1925
- name: Set up JDK
2026
uses: actions/setup-java@v3
2127
with:

0 commit comments

Comments
 (0)