From 04748a710f2e34221029bb0500c44fc008d1b8f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20T=C3=B6lle?= Date: Sat, 24 Aug 2024 15:26:54 +0200 Subject: [PATCH] fix(ci): ko pipeline permissions (#23) --- .github/workflows/release.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2c87858..8e08b7a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -5,6 +5,10 @@ on: tags: - "v*.*.*" +permissions: + contents: read + packages: write + jobs: release: runs-on: ubuntu-latest