Skip to content

Commit

Permalink
hello?
Browse files Browse the repository at this point in the history
  • Loading branch information
MAXOUXAX committed Sep 10, 2023
1 parent 720c838 commit b8ff270
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/maven-settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,27 @@
<servers>
<server>
<id>github-supervisor</id>
<configuration>
<httpHeaders>
<property>
<name>Authorization</name>
<value>Bearer ${env.ACCESS_TOKEN}</value>
</property>
</httpHeaders>
</configuration>
<username>${env.USER_NAME}</username>
<password>${env.ACCESS_TOKEN}</password>
</server>
<server>
<id>github-multi4j</id>
<configuration>
<httpHeaders>
<property>
<name>Authorization</name>
<value>Bearer ${env.ACCESS_TOKEN}</value>
</property>
</httpHeaders>
</configuration>
<username>${env.USER_NAME}</username>
<password>${env.ACCESS_TOKEN}</password>
</server>
Expand Down

0 comments on commit b8ff270

Please sign in to comment.