From b773602da21790a4e7235bcffe894ab775ac76ca Mon Sep 17 00:00:00 2001 From: "Jan (LernMoment.de)" Date: Fri, 17 May 2024 11:59:14 +0200 Subject: [PATCH] restrict permissions again for testing --- .github/workflows/deploy.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 09fd316..ef5b679 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -5,10 +5,9 @@ on: - main # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages -# permissions: -# contents: read -# pages: write -# id-token: write +permissions: + contents: write + pages: write jobs: build: