diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a306de1..527f65a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -118,6 +118,8 @@ jobs: needs: build runs-on: ubuntu-latest if: github.ref == 'refs/heads/main' && github.event_name == 'push' + permissions: + contents: write steps: - name: Download all artifacts