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 029d578 commit d76f72a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .mvn/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,26 @@
<server>
<id>github</id>
<username>${env.GIT_HUB_USERNAME}</username>
<password>${env.GIT_HUB_PACKAGES_ACCESS_TOKEN}</password>
<password>${env.GIT_HUB_PACKAGES_ACCESS_TOKEN_WRITE}</password>
</server>
<server>
<id>github-packages</id>
<username>${env.GIT_HUB_USERNAME}</username>
<configuration>
<httpHeaders>
<property>
<name>Authorization</name>
<value>Bearer ${env.GIT_HUB_PACKAGES_ACCESS_TOKEN_WRITE}</value>
</property>
</httpHeaders>
</configuration>
<password>${env.GIT_HUB_PACKAGES_ACCESS_TOKEN_WRITE}</password>
</server>
<server>
<id>docker.dipa.online</id>
<username>${env.DOCKER_REGISTRY_USERNAME}</username>
<password>${env.DOCKER_REGISTRY_TOKEN}</password>
</server>

</servers>
</settings>

0 comments on commit d76f72a

Please sign in to comment.