From 478d5fbe054e64debef813c1a93af5e1e4d76ebc Mon Sep 17 00:00:00 2001 From: Alyssa Coghlan Date: Fri, 8 Nov 2024 18:24:15 +1000 Subject: [PATCH] Allow posting the preview link --- .github/workflows/docs-preview.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/docs-preview.yml b/.github/workflows/docs-preview.yml index 21008f1..e9e3046 100644 --- a/.github/workflows/docs-preview.yml +++ b/.github/workflows/docs-preview.yml @@ -30,6 +30,8 @@ jobs: permissions: # Allow updating the gh-pages branch contents: write + # Allow posting a PR comment with a preview link + pull-requests: write # Check https://github.com/actions/action-versions/tree/main/config/actions # for latest versions if the standard actions start emitting warnings