From 57b2a8ad05511e673b372e2a25febf33fa6feb12 Mon Sep 17 00:00:00 2001 From: Carlo Sala Date: Mon, 12 Aug 2024 13:12:07 +0200 Subject: [PATCH] ci: fix action permissions --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 680bea6e..96d17259 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,7 +9,7 @@ on: # Sets the GITHUB_TOKEN permissions to allow deployment to GitHub Pages permissions: - actions: read + actions: write contents: read pages: write id-token: write