Remove token from checkout step

This commit is contained in:
Artem Bilan
2023-11-16 09:48:43 -05:00
parent 85a1e1fb15
commit 8ce66ba7b9
2 changed files with 0 additions and 2 deletions

View File

@@ -36,7 +36,6 @@ jobs:
- uses: actions/checkout@v4
with:
token: $GITHUB_TOKEN
show-progress: false
- name: Set up Gradle

View File

@@ -30,7 +30,6 @@ jobs:
- uses: actions/checkout@v3
with:
token: $GITHUB_TOKEN
show-progress: false
- name: Set up JDK