diff --git a/.github/workflows/deploy-dapp.yml b/.github/workflows/deploy-dapp.yml index a051e92..a1ef572 100644 --- a/.github/workflows/deploy-dapp.yml +++ b/.github/workflows/deploy-dapp.yml @@ -37,6 +37,9 @@ jobs: name: Deploy needs: build runs-on: ubuntu-latest + permissions: + contents: write + pages: write if: github.ref == 'refs/heads/main' steps: