From 51e433dd2ab1bb4a43db8d8a4e2160672bb8200e Mon Sep 17 00:00:00 2001 From: Florian Bischof Date: Wed, 17 Sep 2025 13:15:34 +0200 Subject: [PATCH] Add permissions write to snapshot workflow (#9890) --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) 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