From 5d445001b4e00929b44b23c14860e620dcdec930 Mon Sep 17 00:00:00 2001 From: Joakim Taule Kartveit Date: Fri, 8 Sep 2023 09:25:43 +0200 Subject: [PATCH] Change contents permission to write --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 63f7acf3..cd87f27e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,7 +3,7 @@ on: push permissions: actions: read - contents: read + contents: write security-events: write packages: write id-token: write