Skip to content

Commit

Permalink
bearer token
Browse files Browse the repository at this point in the history
  • Loading branch information
Bock4Soft committed Jul 7, 2024
1 parent 4e5bd7a commit 7e14342
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .mvn/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@
<id>github</id>
<username>${env.GIT_HUB_USERNAME}</username>
<password>${env.GIT_HUB_PACKAGES_ACCESS_TOKEN_WRITE}</password>
</server>
<server>
<id>github-packages</id>
<username>${env.GIT_HUB_USERNAME}</username>
<configuration>
<httpHeaders>
<property>
Expand All @@ -50,6 +46,10 @@
</property>
</httpHeaders>
</configuration>
</server>
<server>
<id>github-packages</id>
<username>${env.GIT_HUB_USERNAME}</username>
<password>${env.GIT_HUB_PACKAGES_ACCESS_TOKEN_WRITE}</password>
</server>
<server>
Expand Down

0 comments on commit 7e14342

Please sign in to comment.