From ee8eb4adf440fbf7d6ce6b5ed7dc6f5a24ee7987 Mon Sep 17 00:00:00 2001 From: Bhushan Palsapure Date: Mon, 19 Aug 2024 13:19:42 +0100 Subject: [PATCH] Chore: Issue 2023 - Added permissions for GITHUB_TOKEN to work --- .github/workflows/static.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index f31b1bc..d2fbfa7 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -10,6 +10,11 @@ jobs: runs-on: ubuntu-latest + permissions: + contents: read + pages: write + id-token: write + strategy: matrix: node-version: [18.x]