Remove useless permissions on build-and-deploy-snapshot workflow
Closes gh-33238
This commit is contained in:
parent
c250817284
commit
e8630f3409
|
@ -3,8 +3,6 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- 6.1.x
|
||||
permissions:
|
||||
actions: write
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
jobs:
|
||||
|
|
Loading…
Reference in New Issue