Skip to content

Commit

Permalink
created a settings-security xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tushar-Naik committed Jan 25, 2025
1 parent 1a00a69 commit c909b93
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/manual-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
with:
fetch-depth: 0

- name: "🔑 Create settings-security.xml"
run: |
echo "${{ secrets.SETTINGS_SECURITY_XML }}" > $HOME/.m2/settings-security.xml
- name: "☕ Set up java"
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit c909b93

Please sign in to comment.