From e0906dda50a736694a8371457fa65acfb26038ad Mon Sep 17 00:00:00 2001 From: Jack Baldry Date: Thu, 15 May 2025 08:41:29 +0100 Subject: [PATCH] [release-11.6.2] Fix broken links (#105250) (#105259) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Irene Rodríguez Fix broken links (#105250) --- .github/workflows/deploy-pr-preview.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/deploy-pr-preview.yml b/.github/workflows/deploy-pr-preview.yml index 5c8f4733eeb..a34586f1217 100644 --- a/.github/workflows/deploy-pr-preview.yml +++ b/.github/workflows/deploy-pr-preview.yml @@ -11,6 +11,11 @@ on: jobs: deploy-pr-preview: + permissions: + contents: read # Clone repositories. + id-token: write # Fetch Vault secrets. + pull-requests: write # Create or update PR comments. + statuses: write # Update GitHub status check with deploy preview link. if: "!github.event.pull_request.head.repo.fork" uses: grafana/writers-toolkit/.github/workflows/deploy-preview.yml@main # zizmor: ignore[unpinned-uses] with: