Skip to content

Commit

Permalink
Updating app files
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsislimadev committed Nov 30, 2023
1 parent dde596c commit a8bd633
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@
<localRepository>${user.home}/.m2/repository</localRepository>
<interactiveMode>true</interactiveMode>
<offline>false</offline>
<pluginGroups>
</pluginGroups>
<pluginGroups></pluginGroups>
<activeProfiles>
<activeProfile>env-test</activeProfile>
</activeProfiles>
<servers>
<server>
<id>github</id>
<username>${env.GITHUB_USERNAME}</username>
<password>${env.GITHUB_TOKEN}</password>
</server>
</servers>
</settings>

0 comments on commit a8bd633

Please sign in to comment.