mirror of
https://github.com/Leaflet/Leaflet.git
synced 2025-12-08 21:26:14 +00:00
Add permissions write to snapshot workflow (#9890)
This commit is contained in:
parent
fcb46dc2bd
commit
51e433dd2a
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user