Add permissions write to snapshot workflow (#9890)

This commit is contained in:
Florian Bischof 2025-09-17 13:15:34 +02:00 committed by GitHub
parent fcb46dc2bd
commit 51e433dd2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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