From aaeb36c33523dfcd642e647af2145e699da5916c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cem=20K=C4=B1ray?= Date: Mon, 3 Jun 2024 11:04:13 +0200 Subject: [PATCH] Add explanation for permissions in workflow --- .github/workflows/pr-preview.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pr-preview.yml b/.github/workflows/pr-preview.yml index c8048f0..fdf4767 100644 --- a/.github/workflows/pr-preview.yml +++ b/.github/workflows/pr-preview.yml @@ -11,7 +11,9 @@ on: concurrency: preview-${{ github.ref }} permissions: + # Used by `pr-preview-action` to push pr preview build files to related branch contents: write + # Used by `pr-preview-action` to leave a comment on the PR with the preview link pull-requests: write jobs: