From df4d912af736a2e55b979ea85cea7816b55ec521 Mon Sep 17 00:00:00 2001 From: Matej Vukosav Date: Fri, 17 May 2024 15:18:34 +0200 Subject: [PATCH] fix: add permissions for deploy (#45) --- .github/workflows/deploy-nextjs.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/deploy-nextjs.yml b/.github/workflows/deploy-nextjs.yml index 07d63ac..b3e599d 100644 --- a/.github/workflows/deploy-nextjs.yml +++ b/.github/workflows/deploy-nextjs.yml @@ -11,6 +11,11 @@ concurrency: group: "pages" cancel-in-progress: false +permissions: + id-token: write + contents: write + pages: write + jobs: # Build job build: