diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 2fcbe3875..b48f2169a 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -30,6 +30,8 @@ jobs: name: Deploy to GitHub Pages if: github.ref == 'refs/heads/main' runs-on: ubuntu-latest + permissions: + contents: write steps: - name: Checkout uses: actions/checkout@v4