From e458649befc674a91dab83bdb5e1f929bfeb4c45 Mon Sep 17 00:00:00 2001
From: Akkuman <akkumans@qq.com>
Date: Mon, 4 Dec 2023 10:24:41 +0800
Subject: [PATCH] fix: Add permission for workflow

---
 .github/workflows/publish.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index ca085fc..eb3e084 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -1,5 +1,8 @@
 name: Build and Publish
 
+permissions:
+  contents: write
+
 on:
   push:
     tags: