Skip to content

Commit

Permalink
update pipeline to support secretes
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Nov 3, 2020
1 parent ff57fac commit d5bf937
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ jobs:
java-version: 1.8

- name: Build with Maven
run: mvn -B deploy --file pom.xml -s settings-template.xml
env:
SONATYPE_PASSWORD: ${{ secrets.SonatypePassword }}
run: mvn -B deploy --file pom.xml -s settings-template.xml -D

0 comments on commit d5bf937

Please sign in to comment.