From ea5b8e582b554e89702afcf13e572825803896ed Mon Sep 17 00:00:00 2001 From: Xavier Saliniere Date: Mon, 14 Apr 2025 06:38:14 -0400 Subject: [PATCH] build(action): fix auto-release action permissions --- .github/workflows/auto-release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index a741564..aa2126c 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -8,6 +8,9 @@ on: jobs: release: runs-on: ubuntu-latest + permissions: + contents: write + steps: - name: Checkout Code uses: actions/checkout@v4