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

Closes gh-33240
This commit is contained in:
Stéphane Nicoll
2024-07-19 11:47:52 +02:00
parent d8e5613ef7
commit 286f5f295e

View File

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