From 5d532cc07611890eb0c1572a6b9a21b33d86ff2d Mon Sep 17 00:00:00 2001 From: Duddino Date: Mon, 25 Sep 2023 17:17:40 +0200 Subject: [PATCH] Write conten --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ec452966f..c3735789c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,7 +11,8 @@ on: jobs: deploy-preview: runs-on: ubuntu-latest - permissions: write-all + permissions: + contents: write steps: - uses: actions/checkout@v3