From 2315364ebe295bb951301bca4577f0e3a3396335 Mon Sep 17 00:00:00 2001 From: Amanuel Sisay Date: Thu, 16 Jul 2026 12:16:17 +0200 Subject: [PATCH] chore: add permission to deploy fork preview workflow --- .github/workflows/deploy-fork-preview.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/deploy-fork-preview.yml b/.github/workflows/deploy-fork-preview.yml index 10f90f05c6..9e18659672 100644 --- a/.github/workflows/deploy-fork-preview.yml +++ b/.github/workflows/deploy-fork-preview.yml @@ -6,6 +6,12 @@ on: types: - completed +permissions: + id-token: write + actions: read + contents: read + deployments: write + jobs: fork-preview: strategy: