diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 853985c5a..fe851d2a0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,6 +31,8 @@ jobs: name: Deploy runs-on: ubuntu-latest needs: build + permissions: + contents: write steps: - uses: actions/download-artifact@v4 with: