From 00845cddde0c8e23211d5513007f3daafd52615a Mon Sep 17 00:00:00 2001 From: Jordon de Hoog Date: Wed, 29 Jan 2025 11:50:46 -0500 Subject: [PATCH] give upstream issue creation permissions --- .github/workflows/upstream.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/upstream.yml b/.github/workflows/upstream.yml index d9c0fb5..168aaa6 100644 --- a/.github/workflows/upstream.yml +++ b/.github/workflows/upstream.yml @@ -8,6 +8,9 @@ on: # Can manually be run via the Github Actions interface workflow_dispatch: +permissions: + issues: write + jobs: check: name: "Check upstream for changes"