From 618dfa4c8d0057b94de66b9b14766e64d4d40363 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 23:26:08 +0000 Subject: [PATCH] fix: grant contents write permission to update-release-pr job Co-Authored-By: rlamb@launchdarkly.com <4955475+kinyoklion@users.noreply.github.com> --- .github/workflows/release-please.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 8d038d8..214b3c1 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -32,6 +32,8 @@ jobs: needs: release-please if: ${{ needs.release-please.outputs.prs_created == 'true' }} runs-on: ubuntu-latest + permissions: + contents: write # Needed to push rockspec updates to the release PR branch steps: - uses: actions/checkout@v4 - name: Update launchdarkly-server-sdk rockspec