From 381c402bf5bbb38e0865039a531cf568e9b1488c Mon Sep 17 00:00:00 2001 From: ash Date: Mon, 27 Jan 2025 11:53:41 +0000 Subject: [PATCH] chore: update release please perms --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 68163f3..6f9fbd4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -46,6 +46,9 @@ jobs: if: github.event_name == 'push' && github.ref == 'refs/heads/main' name: Changelog runs-on: ubuntu-latest + permissions: + contents: write + pull-requests: write outputs: releases_created: ${{ steps.tag-release.outputs.releases_created }} steps: