diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fbc2040e..fbf4b53d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,6 +10,11 @@ jobs: build: name: Build runs-on: ubuntu-20.04 + + permissions: + contents: write # tests create releases + packages: read + steps: - name: Checkout uses: actions/checkout@v3.0.2