Skip to content
This repository was archived by the owner on Jan 19, 2022. It is now read-only.
/ purity Public archive

Commit 5023654

Browse files
authored
GPG passphrase for GitHub Packages as well
1 parent b7ca0aa commit 5023654

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
run: mvn deploy
5050
env:
5151
GITHUB_TOKEN: ${{ github.token }}
52+
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
5253

5354
- name: Set up Apache Maven Central
5455
uses: actions/setup-java@v2

0 commit comments

Comments
 (0)