From 7792acb9d4a31fdc7608222445b4618568497562 Mon Sep 17 00:00:00 2001 From: Ludvig Hozman Date: Thu, 20 Jun 2024 08:30:42 +0200 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=8E=A1=20Set=20correct=20permission?= =?UTF-8?q?s=20for=20publish=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/master.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/master.yaml b/.github/workflows/master.yaml index 84e7e96..d3cb555 100644 --- a/.github/workflows/master.yaml +++ b/.github/workflows/master.yaml @@ -11,6 +11,7 @@ jobs: test-build-publish: permissions: contents: write + packages: write name: Test and build runs-on: ubuntu-latest steps: