From 3f9d43d2ad790a20b0c9a0b62db7095bac6cef82 Mon Sep 17 00:00:00 2001 From: Marco Fugaro Date: Wed, 18 Jan 2023 20:29:32 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Update=20deploy=20script?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-github-pages.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/deploy-github-pages.yml b/.github/workflows/deploy-github-pages.yml index 7734199..eef11bd 100644 --- a/.github/workflows/deploy-github-pages.yml +++ b/.github/workflows/deploy-github-pages.yml @@ -5,6 +5,12 @@ on: branches: - master +# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages +permissions: + contents: read + pages: write + id-token: write + # Allow one concurrent deployment concurrency: group: "pages"