Skip to content

Commit

Permalink
Update settings.xml
Browse files Browse the repository at this point in the history
${env.GITHUB_TOKEN}
  • Loading branch information
esdrasdemorais authored Jul 13, 2024
1 parent 94aaf85 commit 60bd396
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .m2/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,16 @@
<servers>
<server>
<id>github</id>
<username>USERNAME</username>
<password>TOKEN</password>
<username>${env.GITHUB_USERNAME}</username>
<password>${env.GITHUB_TOKEN}</password>
<configuration>
<httpHeaders>
<property>
<name>Authorization</name>
<value>Bearer ${env.GITHUB_TOKEN}</value>
</property>
</httpHeaders>
</configuration>
</server>
</servers>
</settings>

0 comments on commit 60bd396

Please sign in to comment.