From 51b47eeb04dd0f7d311f66f546eef5ac3421e28e Mon Sep 17 00:00:00 2001 From: Brian Staber Date: Wed, 9 Jul 2025 23:12:46 +0200 Subject: [PATCH] :bug: Fix deploy (write permission) --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1150b46..f9ca4ad 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -7,7 +7,7 @@ on: branches: [main] permissions: - contents: read + contents: write pages: write id-token: write