mirror of
https://github.com/MilkBowl/VaultAPI.git
synced 2024-11-22 02:15:19 +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
|
||||
- name: Build and publish package
|
||||
env:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
github_token: ${{ github.token }}
|
||||
run: |
|
||||
mvn -B javadoc:javadoc deploy
|
||||
- name: Commit javadocs
|
||||
@ -33,5 +33,5 @@ jobs:
|
||||
with:
|
||||
branch: 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>
|
||||
<linksource>true</linksource>
|
||||
<notimestamp>true</notimestamp>
|
||||
<bottom><![CDATA[<b>Milkbowl, 2018</b>]]></bottom>
|
||||
<bottom><![CDATA[<b>Milkbowl, 2020</b>]]></bottom>
|
||||
<reportOutputDirectory>${project.build.directory}</reportOutputDirectory>
|
||||
<destDir>javadoc-latest</destDir>
|
||||
</configuration>
|
||||
|
Loading…
Reference in New Issue
Block a user