From 912651df3087664b119a209c9dd9a8f4ac391eb9 Mon Sep 17 00:00:00 2001 From: Pavel Date: Wed, 28 Aug 2024 19:23:17 -0400 Subject: [PATCH] Pages permissions --- .github/workflows/maven.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index e3c7aa9..04fc94e 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -6,6 +6,12 @@ on: pull_request: branches: [ "main" ] +# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages +permissions: + contents: read + pages: write + id-token: write + jobs: build: