From 2520f8c41f96b46c966f596204780116f1a0efd9 Mon Sep 17 00:00:00 2001 From: "Jan (LernMoment.de)" Date: Fri, 17 May 2024 11:32:14 +0200 Subject: [PATCH] tries with all permissions enabled --- .github/workflows/deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8bf5a59..09fd316 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -5,10 +5,10 @@ on: - main # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages -permissions: - contents: read - pages: write - id-token: write +# permissions: +# contents: read +# pages: write +# id-token: write jobs: build: