Skip to content

Commit b463979

Browse files
Add pgp env variables in publishing workflow
1 parent 45eb9ac commit b463979

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publishing-workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,6 @@ jobs:
3838
env:
3939
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
4040
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
41+
PGP_SIGNING_KEY: ${{ secrets.PGP_SIGNING_KEY }}
42+
PGP_SIGNING_PASSWORD: ${{ secrets.PGP_SIGNING_PASSWORD }}
4143
run: ./gradlew library:publish

0 commit comments

Comments
 (0)