From 28caa2d9ad7d4d53c2abf40d8b8c15f4edccbba4 Mon Sep 17 00:00:00 2001 From: Albie Spriddell Date: Fri, 6 Oct 2023 10:16:57 +0100 Subject: [PATCH] fix wrong perms --- .github/workflows/build-native.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-native.yml b/.github/workflows/build-native.yml index d70b1b1..cd6cfff 100644 --- a/.github/workflows/build-native.yml +++ b/.github/workflows/build-native.yml @@ -8,8 +8,9 @@ on: required: true description: Version number (package) -permissions: - contents: write +permissions: + packages: write + contents: read jobs: build-macos: