From b339cf7f2b990cffc615239a4ea10df584d384ec Mon Sep 17 00:00:00 2001 From: Chris Smowton Date: Mon, 7 Feb 2022 18:23:24 +0000 Subject: [PATCH] Restore CI_TOKEN secret --- .github/workflows/test-kotlin.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-kotlin.yml b/.github/workflows/test-kotlin.yml index 2763bae7e8a..de9abea884d 100644 --- a/.github/workflows/test-kotlin.yml +++ b/.github/workflows/test-kotlin.yml @@ -31,6 +31,7 @@ jobs: fetch-depth: 1 lfs: true repository: github/semmle-code + token: ${{ secrets.CI_TOKEN }} - name: Checkout codeql-kotlin shell: bash