From 35910bdbe5b4f3169d448af60d3d2331bc95ec95 Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Fri, 5 Apr 2024 17:02:11 -0400 Subject: [PATCH] fix: add permissions for github to write to repo Signed-off-by: Neil Hanlon --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d264e05..8d187b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,11 @@ on: concurrency: preview-${{ github.ref }} +permissions: + contents: write + pages: write + id-token: write + jobs: deploy-preview: runs-on: ubuntu-latest