From 8d4098c0fb3fe0491fcc90bc042e3c7ea9f5513c Mon Sep 17 00:00:00 2001 From: Benjamin Hodgson <3857587+benjamin-hodgson@users.noreply.github.com> Date: Wed, 31 Jul 2024 18:48:41 +0000 Subject: [PATCH] add permissions --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0847903..79a30ba 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,8 +2,10 @@ name: Build permissions: - id-token: write attestations: write + contents: write + id-token: write + packages: write on: