From 26f159bd23a58a12cf0c6bd966bfc9278e416cb5 Mon Sep 17 00:00:00 2001 From: Nick Alteen Date: Wed, 19 Feb 2025 14:01:25 -0500 Subject: [PATCH] Update permissions --- .github/workflows/first-interaction.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/first-interaction.yml b/.github/workflows/first-interaction.yml index eed998e..a5de62b 100644 --- a/.github/workflows/first-interaction.yml +++ b/.github/workflows/first-interaction.yml @@ -10,6 +10,10 @@ on: types: - opened +permissions: + issues: write + pull-requests: write + jobs: first-interaction: name: First Interaction