From b2f5495141044be4e5ba8415fda0635d90a26c79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= <76261501+zecakeh@users.noreply.github.com> Date: Tue, 2 Apr 2024 11:56:01 +0200 Subject: [PATCH] Remove actions permission This was only needed in actions/deploy-page v4.0.0 but has been fixed in v4.0.1. --- .github/workflows/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ec26649..fc0994b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,6 @@ jobs: name: Build and deploy the site runs-on: ubuntu-latest permissions: - actions: read contents: read pages: write id-token: write