Add action permission for docs-build trigger

See gh-40103
This commit is contained in:
Phillip Webb 2024-03-27 14:37:13 -07:00
parent b7446afff3
commit e4462b0940

View File

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