From 807fbe033cef13fa7a1f5a14cd53e2446f174a75 Mon Sep 17 00:00:00 2001 From: Justin Sabelko Date: Thu, 31 Oct 2024 15:28:21 -0400 Subject: [PATCH] Add workflows permission --- app.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app.yml b/app.yml index ee6f440..e14f553 100644 --- a/app.yml +++ b/app.yml @@ -124,6 +124,9 @@ default_permissions: # https://developer.github.com/v3/apps/permissions/ # organization_administration: read + # Allow app to write to the .github/workflows directory + workflows: write + # The name of the GitHub App. Defaults to the name specified in package.json # name: My Probot App