Skip to content

Commit 83ec55c

Browse files
committed
Import GPG key in workflow
Already added the private key as a secret
1 parent 1e402f2 commit 83ec55c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515

16+
- name: Import GPG key
17+
run: echo "${{ secrets.GPG_PRIVATE_KEY }}" | gpg --import --batch
18+
1619
- name: Set up JDK 17
1720
uses: actions/setup-java@v4
1821
with:

0 commit comments

Comments
 (0)