From cae6d638f3847681d86246fede56f5b115a115c3 Mon Sep 17 00:00:00 2001 From: Chengyu HAN Date: Sat, 14 Dec 2024 19:27:12 +0800 Subject: [PATCH] ci: add permissions need by julia-actions/cache --- .github/workflows/CI.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index d3f5ab8..44fd0a4 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -17,6 +17,10 @@ jobs: test: runs-on: ${{ matrix.os }} timeout-minutes: 60 + permissions: + # needed to allow julia-actions/cache to proactively delete old caches that it has created + actions: write + contents: read strategy: fail-fast: false matrix: