Refactor: Updated github workflows

Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
This commit is contained in:
HeCodes2Much
2024-08-23 09:22:25 +01:00
parent 618fef1e22
commit f57537a709
10 changed files with 17 additions and 17 deletions

View File

@@ -14,7 +14,7 @@ jobs:
- name: Checkout project
uses: actions/checkout@v4.1.7
with:
token: ${{ secrets.GIT_BOT_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
- name: set up JDK 17
uses: actions/setup-java@v4.2.2