diff --git a/.github/workflows/promote-release.yml b/.github/workflows/promote-release.yml index ae1c59e83..4dff4d04a 100644 --- a/.github/workflows/promote-release.yml +++ b/.github/workflows/promote-release.yml @@ -22,6 +22,7 @@ jobs: with: app-id: ${{ secrets.DEVSY_GITHUB_APP_ID }} private-key: ${{ secrets.DEVSY_GITHUB_APP_PRIVATE_KEY }} + permission-contents: write - uses: actions/checkout@v6 with: