mirror of
https://github.com/MilkBowl/VaultAPI.git
synced 2024-11-22 10:25:44 +01:00
adjust the token
This commit is contained in:
parent
e6ebff536a
commit
c76f77b89b
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
java-version: 1.8
|
java-version: 1.8
|
||||||
- name: Build and publish package
|
- name: Build and publish package
|
||||||
env:
|
env:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ github.token }}
|
||||||
run: |
|
run: |
|
||||||
mvn -B javadoc:javadoc deploy
|
mvn -B javadoc:javadoc deploy
|
||||||
- name: Commit javadocs
|
- name: Commit javadocs
|
||||||
@ -33,5 +33,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
branch: gh-pages
|
branch: gh-pages
|
||||||
directory: gh-pages
|
directory: gh-pages
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ github.token }}
|
||||||
|
|
||||||
|
2
pom.xml
2
pom.xml
@ -110,7 +110,7 @@ Vault currently supports the following: Permissions 3, PEX, GroupManager, bPerms
|
|||||||
<version>true</version>
|
<version>true</version>
|
||||||
<linksource>true</linksource>
|
<linksource>true</linksource>
|
||||||
<notimestamp>true</notimestamp>
|
<notimestamp>true</notimestamp>
|
||||||
<bottom><![CDATA[<b>Milkbowl, 2018</b>]]></bottom>
|
<bottom><![CDATA[<b>Milkbowl, 2020</b>]]></bottom>
|
||||||
<reportOutputDirectory>${project.build.directory}</reportOutputDirectory>
|
<reportOutputDirectory>${project.build.directory}</reportOutputDirectory>
|
||||||
<destDir>javadoc-latest</destDir>
|
<destDir>javadoc-latest</destDir>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
Loading…
Reference in New Issue
Block a user