From 82cc31ec1d82e6317638b5028e577fd1221f625b Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Fri, 14 Mar 2025 12:56:10 -0400 Subject: [PATCH] chore: update permissions --- .github/workflows/docs-preview-create.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/docs-preview-create.yml b/.github/workflows/docs-preview-create.yml index 2d77ed56d8..82b49f260b 100644 --- a/.github/workflows/docs-preview-create.yml +++ b/.github/workflows/docs-preview-create.yml @@ -20,6 +20,10 @@ on: required: true type: string +permissions: + contents: read + actions: write + env: BRANCH: preview-${{ inputs.repo }}-${{ inputs.pr }}