Add action permission for docs-build trigger
See gh-40103
This commit is contained in:
parent
b7446afff3
commit
e4462b0940
|
@ -3,6 +3,8 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
permissions:
|
||||
actions: write
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
jobs:
|
||||
|
|
Loading…
Reference in New Issue