From 7c4876ce92cc31bee3804770ed9b281561da7e2e 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 680bea6e..12adf782 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -5,11 +5,11 @@ on: # runs on releases release: {} # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: + workflow_dispatch: {} # Sets the GITHUB_TOKEN permissions to allow deployment to GitHub Pages permissions: - actions: read + actions: write contents: read pages: write id-token: write