remove some tags from maven settings
This commit is contained in:
parent
ea1d47b751
commit
896f7a12b7
@ -10,10 +10,10 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout the repo
|
||||
uses: actions/checkout@v4
|
||||
# - name: Set up Maven
|
||||
# uses: stCarolas/setup-maven@v5
|
||||
# with:
|
||||
# maven-version: 3.9.9
|
||||
- name: Set up Maven
|
||||
uses: stCarolas/setup-maven@v5
|
||||
with:
|
||||
maven-version: 3.9.9
|
||||
- name: Set up JDK 21
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
@ -36,14 +36,14 @@ jobs:
|
||||
<servers>
|
||||
<server>
|
||||
<id>gitea</id>
|
||||
<configuration>
|
||||
<httpHeaders>
|
||||
<property>
|
||||
# <configuration>
|
||||
# <httpHeaders>
|
||||
# <property>
|
||||
<name>Authorization</name>
|
||||
<value>token ${{ secrets.ACCESS_TOKEN }}</value>
|
||||
</property>
|
||||
</httpHeaders>
|
||||
</configuration>
|
||||
# </property>
|
||||
# </httpHeaders>
|
||||
# </configuration>
|
||||
</server>
|
||||
</servers>
|
||||
</settings>
|
||||
|
Loading…
x
Reference in New Issue
Block a user