Add explicit permissions to docs workflow

(cherry picked from commit ac30219a6a)
This commit is contained in:
Francisco Giordano
2023-01-12 20:55:53 -03:00
parent cd50a86a90
commit 472b996355

View File

@ -4,6 +4,9 @@ on:
push:
branches: [release-v*]
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest