diff --git a/.github/workflows/stable-release.yaml b/.github/workflows/stable-release.yaml index f809ffe0..fca0804e 100644 --- a/.github/workflows/stable-release.yaml +++ b/.github/workflows/stable-release.yaml @@ -41,6 +41,7 @@ jobs: needs: [ release-nimbus-image, release-adapters-image ] permissions: pull-requests: write + contents: write runs-on: ubuntu-latest steps: - name: Checkout source code