From c8be881ce58240186515e457d017ea3d0e5a9957 Mon Sep 17 00:00:00 2001 From: Marko Bencun Date: Wed, 20 May 2026 14:34:29 +0000 Subject: [PATCH] fix auto-deployment --- .github/workflows/deploy-sandbox.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-sandbox.yml b/.github/workflows/deploy-sandbox.yml index 1dbd173..f0049f7 100644 --- a/.github/workflows/deploy-sandbox.yml +++ b/.github/workflows/deploy-sandbox.yml @@ -8,6 +8,8 @@ on: permissions: contents: read + pages: write + id-token: write concurrency: group: pages @@ -39,10 +41,6 @@ jobs: deploy: runs-on: ubuntu-latest needs: build - permissions: - contents: read - pages: write - id-token: write environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }}