From d8b4ea75644010812479690e13a1a084d12aad85 Mon Sep 17 00:00:00 2001 From: Andy Lee Date: Thu, 24 Jul 2025 20:55:24 -0700 Subject: [PATCH] fix: add write permissions for GitHub Actions to push commits --- .github/workflows/release-manual.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-manual.yml b/.github/workflows/release-manual.yml index 27d0f25..63d4e7c 100644 --- a/.github/workflows/release-manual.yml +++ b/.github/workflows/release-manual.yml @@ -12,13 +12,13 @@ jobs: update-version: name: Update Version runs-on: ubuntu-latest + permissions: + contents: write outputs: commit-sha: ${{ steps.push.outputs.commit-sha }} steps: - uses: actions/checkout@v4 - with: - token: ${{ secrets.GITHUB_TOKEN }} - name: Validate version run: |