From 3ab5031472b9be022e94f2fbccd5ea06c07ab63b Mon Sep 17 00:00:00 2001 From: KorGE Game Engine <91086064+korge-game-engine@users.noreply.github.com> Date: Sat, 2 Mar 2024 17:07:59 +0100 Subject: [PATCH] Update deploy-js.yml --- .github/workflows/deploy-js.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/deploy-js.yml b/.github/workflows/deploy-js.yml index f93de43..963ec2e 100644 --- a/.github/workflows/deploy-js.yml +++ b/.github/workflows/deploy-js.yml @@ -8,6 +8,12 @@ env: JAVA_DISTRIBUTION: zulu JAVA_VERSION: 17 +# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages +permissions: + contents: read + pages: write + id-token: write + jobs: build: runs-on: ubuntu-latest