From baeacf48ed19d2ea1e07ce000d0696899f34d6a7 Mon Sep 17 00:00:00 2001 From: Niklas Dewally Date: Sat, 4 Nov 2023 10:16:37 +0000 Subject: [PATCH] CI: add CLI token to update-caches.yml --- .github/workflows/update-caches.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/update-caches.yml b/.github/workflows/update-caches.yml index edf29d0a1b..8a0fc76828 100644 --- a/.github/workflows/update-caches.yml +++ b/.github/workflows/update-caches.yml @@ -4,6 +4,9 @@ on: branches: - main +env: + GH_TOKEN: ${{ github.token }} + jobs: caches: strategy: @@ -16,6 +19,7 @@ jobs: - name: Checkout the repository uses: actions/checkout@v2 + - name: Generate caching variables id: cache-vars run: |