From ebf2e8b3bdf01316f22b0119bbcc057afad64724 Mon Sep 17 00:00:00 2001 From: Wangchong Zhou Date: Tue, 29 Aug 2023 17:15:45 +0800 Subject: [PATCH] fix(ci): add a public github token to make `gh` happy --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 28778ea0..07ba1772 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -59,6 +59,8 @@ jobs: - name: Build Kong if: steps.cache-deps.outputs.cache-hit != 'true' + env: + GH_TOKEN: ${{ github.token }} run: | cd kong make build-kong