From 688f7b2db088e0f122b161f8328adde56b28c78a Mon Sep 17 00:00:00 2001 From: Naveen <172697+naveensrinivasan@users.noreply.github.com> Date: Wed, 23 Nov 2022 19:41:22 -0600 Subject: [PATCH] :seedling: Included Gitlab token (#2484) - Including Gitlab token for https://github.com/ossf/scorecard/pull/2280 Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com> Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com> --- .github/workflows/integration.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 209f5f3177e..3c8fb2c9586 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -61,6 +61,7 @@ jobs: uses: nick-invision/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 env: GITHUB_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITLAB_AUTH_TOKEN: ${{ secrets.GITLAB_TOKEN }} with: max_attempts: 3 retry_on: error