From 8ce2c3c4f2ce0a07bfe60bf71418995dded86672 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Anh=20B=C3=ACnh?= Date: Fri, 26 Jul 2024 14:29:21 +0700 Subject: [PATCH] - Add necessary permission to create release --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c42c994..c38b48e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,6 @@ name: Upload Python Package +permissions: + contents: write on: push: