Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
delinea-rajani authored Aug 28, 2024
1 parent deb9bd6 commit 3d57d51
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,7 @@ jobs:
echo "secret_server.tenant = ${{ secrets.TSS_TENANT }}" >> "${properties}"
echo "secret_server.oauth2.username = ${{ secrets.TSS_USERNAME }}" >> "${properties}"
echo "secret_server.oauth2.password = ${{ secrets.TSS_PASSWORD }}" >> "${properties}"
echo "GH_token = ${{ secrets.GH_TOKEN }}" >> "${properties}"
echo "GITHUB_token = ${{ secrets.GITHUB_TOKEN}}" >> "${properties}"
echo "GPG_PASSPHRASE = ${{ secrets.GPG_PASSPHRASE }}" >> "${properties}"
- name: Deploy with Maven
run: |
mvn -P github -B -C -ff -ntp -U deploy -Dregistry=https://maven.pkg.github.com/delineaXPM -Dtoken=${{ secrets.GH_TOKEN }} -Dgpg.passphrase="${{ secrets.GPG_PASSPHRASE }}"
mvn -P github -B -C -ff -ntp -U deploy -Dregistry=https://maven.pkg.github.com/delineaXPM -Dtoken=${{ secrets.GITHUB_TOKEN }} -Dgpg.passphrase="${{ secrets.GPG_PASSPHRASE }}"

0 comments on commit 3d57d51

Please sign in to comment.