From 658e6f40093eebf509ecbc290409d8cd14d2c108 Mon Sep 17 00:00:00 2001 From: Chris Smowton Date: Mon, 7 Feb 2022 18:17:24 +0000 Subject: [PATCH] Try no token --- .github/workflows/test-kotlin.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test-kotlin.yml b/.github/workflows/test-kotlin.yml index f2d2f98a7c2..2763bae7e8a 100644 --- a/.github/workflows/test-kotlin.yml +++ b/.github/workflows/test-kotlin.yml @@ -27,7 +27,6 @@ jobs: uses: actions/checkout@v2 with: ref: kotlin - token: ${{ secrets.CI_TOKEN }} # enables read access to private submodule repos submodules: recursive fetch-depth: 1 lfs: true