diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d0690c..85ab976 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,6 +66,9 @@ jobs: report: needs: ["run"] runs-on: ubuntu-latest + permissions: + # needed for creating the github release + contents: write steps: - name: Checkout uses: actions/checkout@v3