From e8d984c51ccc20c5d7b7c4ea793682bb70c739b9 Mon Sep 17 00:00:00 2001 From: Colin Stewart <79332690+costdev@users.noreply.github.com> Date: Sun, 10 Nov 2024 17:29:01 +0000 Subject: [PATCH] Workflows: Add write permission for playground blueprint (#166) --- .github/workflows/playground-blueprint.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/playground-blueprint.yml b/.github/workflows/playground-blueprint.yml index 55ebae0..f64d7fc 100644 --- a/.github/workflows/playground-blueprint.yml +++ b/.github/workflows/playground-blueprint.yml @@ -1,4 +1,4 @@ -name: Update Blueprint Blueprint with Repository and Branch +name: Update Playground Blueprint with Repository and Branch on: push: @@ -11,6 +11,8 @@ on: jobs: update-blueprint: runs-on: ubuntu-latest + permissions: + contents: write steps: - name: Checkout repository