diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8dc9f8812..cb8d22e03 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -166,6 +166,8 @@ jobs: run: npm test -- --browsers ${{ matrix.browser }} --touch-browser --single-run publish-artifacts: + permissions: + contents: write needs: setup if: github.repository_owner == 'Leaflet' && github.ref == 'refs/heads/main' runs-on: ubuntu-latest