From 1db79796f35552c2bb7f7ea993a824829d97e145 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 2 Jan 2023 00:25:52 +0100 Subject: workflows/ci: use a GitHub API token --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a3a301..6d8ea09 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,8 @@ jobs: local_build: runs-on: ubuntu-latest name: Local build + env: + JEKYLL_GITHUB_TOKEN: '${{ secrets.GH_TOKEN }}' steps: - name: Checkout uses: actions/checkout@v3 -- cgit v1.2.3