From 0b59ba62f4425de15b88caf51ab833c14bce2471 Mon Sep 17 00:00:00 2001
From: reugn
Date: Sat, 17 Feb 2024 19:38:09 +0200
Subject: [PATCH] ci: add permissions to the release workflow
---
.github/workflows/release.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 728e066..61cb05f 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -5,6 +5,9 @@ on:
tags:
- 'v*'
+permissions:
+ contents: write
+
jobs:
goreleaser:
runs-on: ubuntu-latest