From efcee098639c42af57b33387c3c93e3504027978 Mon Sep 17 00:00:00 2001 From: JamesWrigley Date: Mon, 29 Jan 2024 16:36:31 +0100 Subject: [PATCH] Add write privs to the docs workflow Required by julia-actions/cache. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f643a9..91ba378 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,6 +64,7 @@ jobs: docs: name: Documentation permissions: + actions: write contents: write statuses: write runs-on: ubuntu-latest