From ba3b387b2ee12e3de366999cc6387ea1f948890b Mon Sep 17 00:00:00 2001 From: Sacha Weatherstone Date: Mon, 19 Jun 2023 19:25:19 +1000 Subject: [PATCH] fix ci permissions --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67a10c6d..c8cf6e43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: CI on: push permissions: - contents: read + contents: write packages: write jobs: