Analysis: use proper token for clone

Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
This commit is contained in:
Álvaro Brey Vilas 2022-03-09 09:01:50 +01:00
parent bee3403b21
commit e7dbbb45b4
No known key found for this signature in database
GPG Key ID: 2585783189A62105
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ jobs:
echo "RUN NUMBER: $GITHUB_RUN_NUMBER"
- uses: actions/checkout@v3
with:
token: ${{ secrets.GIT_TOKEN }}
repository: ${{ steps.get-vars.outputs.repo }}
ref: ${{ steps.get-vars.outputs.branch }}
- name: Set up JDK 11