Skip to content

Commit

Permalink
trying out automated config to release packages of the application
Browse files Browse the repository at this point in the history
  • Loading branch information
teixeira-fernando committed Oct 15, 2023
1 parent 0d12094 commit f53c278
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/maven-packages-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,3 @@ jobs:
mvn -f shop/ deploy -s settings.xml
mvn -f shipment/ deploy -s settings.xml
mvn -f base-domain/ deploy -s settings.xml
env:
GITHUB_TOKEN: ${{ github.token }}
2 changes: 1 addition & 1 deletion settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<server>
<id>github</id>
<username>teixeira-fernando</username>
<password>${GITHUB_TOKEN}</password>
<password>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</password>
</server>
</servers>
</settings>

0 comments on commit f53c278

Please sign in to comment.