Bring back token against respective secret

This commit is contained in:
Artem Bilan
2023-11-16 09:51:58 -05:00
parent 8ce66ba7b9
commit c2bd44f4f3
2 changed files with 2 additions and 0 deletions

View File

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

View File

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