diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8e4c0cf005..fff31d40222 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -139,6 +139,8 @@ jobs: endsWith(github.actor, '-stripe') needs: [build, test] runs-on: "ubuntu-24.04" + permissions: + contents: write steps: - uses: actions/checkout@master - name: Setup Java