Skip to content

Commit

Permalink
bearer
Browse files Browse the repository at this point in the history
  • Loading branch information
tisoft committed Oct 23, 2023
1 parent 241e1d6 commit e221695
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .mvn/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,14 @@
<servers>
<server>
<id>github</id>
<username>${env.GITHUB_ACTOR}</username>
<password>${env.GITHUB_TOKEN}</password>
<configuration>
<httpHeaders>
<property>
<name>Authorization</name>
<value>Bearer ${env.GITHUB_TOKEN}</value>
</property>
</httpHeaders>
</configuration>
</server>
</servers>
<profiles>
Expand Down

0 comments on commit e221695

Please sign in to comment.