Remove useless permissions on build-and-deploy-snapshot workflow

Closes gh-33239
This commit is contained in:
Stéphane Nicoll
2024-07-19 11:47:06 +02:00
parent 9a11c12740
commit 8da2963644

View File

@@ -3,8 +3,6 @@ on:
push:
branches:
- 6.0.x
permissions:
actions: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
jobs: