From ef05023a2244ce9c6135ee883777aacc898ecb87 Mon Sep 17 00:00:00 2001 From: James Bristow Date: Tue, 2 Apr 2024 13:44:10 +1300 Subject: [PATCH] Update validation-tests.yaml --- .github/workflows/validation-tests.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/validation-tests.yaml b/.github/workflows/validation-tests.yaml index 18f3c3b..98d866a 100644 --- a/.github/workflows/validation-tests.yaml +++ b/.github/workflows/validation-tests.yaml @@ -12,7 +12,9 @@ on: permissions: actions: write contents: write - + deployments: write + pages: write + jobs: build: runs-on: ubuntu-20.04