diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 274cd12..d5636d8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -34,7 +34,8 @@ jobs: needs: build runs-on: ubuntu-latest if: github.ref == 'refs/heads/main' - + permissions: + contents: write steps: - name: Download artifact uses: actions/download-artifact@v4