From b9f08bd93b96fd2708d3479739df8f3f8d5bcb8d Mon Sep 17 00:00:00 2001 From: Danila Danko Date: Mon, 11 Dec 2023 04:30:37 +0300 Subject: [PATCH] try: use github_token in the ci file --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7efc48e2..f4189774 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -141,6 +141,8 @@ jobs: purge-created: 0 purge-prefixes: similar-cache-${{ matrix.os }}-individual-${{ matrix.id }}- + token: ${{ secrets.GITHUB_TOKEN }} + # Merge similar individual `id` caches # Purge individual caches and old `common` caches # Save new `common` caches