From 61136ea3a086614960a7d38770b49007ae125044 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20Ramiro=20D=C3=ADaz?= Date: Fri, 16 Aug 2024 09:04:51 -0300 Subject: [PATCH 1/2] fix: GH Release action permissions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Agustín Ramiro Díaz --- .github/workflows/release-from-main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release-from-main.yml b/.github/workflows/release-from-main.yml index af5cab8e1..c81067d1d 100644 --- a/.github/workflows/release-from-main.yml +++ b/.github/workflows/release-from-main.yml @@ -7,6 +7,8 @@ on: jobs: release-main: runs-on: ubuntu-latest + permissions: # As per https://docs.github.com/en/rest/releases/releases?apiVersion=2022-11-28#create-a-release + contents: write steps: - uses: actions/checkout@v4 From 347612d64b43dc72d5c8bf2966182fdf9971c2aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20Ramiro=20D=C3=ADaz?= Date: Fri, 16 Aug 2024 09:07:36 -0300 Subject: [PATCH 2/2] chore: rename MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Agustín Ramiro Díaz --- .github/workflows/release-from-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-from-main.yml b/.github/workflows/release-from-main.yml index c81067d1d..f82923ec3 100644 --- a/.github/workflows/release-from-main.yml +++ b/.github/workflows/release-from-main.yml @@ -1,4 +1,4 @@ -name: Changelog +name: Create Release from main on: push: branches: