From 11128e0985c71f8708b0482e00986ce739e0224b Mon Sep 17 00:00:00 2001 From: Joey Parrish Date: Mon, 9 Dec 2024 20:39:00 -0800 Subject: [PATCH] fix: Remove redundant permissions from update-issues (#44) --- update-issues/update-issues.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/update-issues/update-issues.yaml b/update-issues/update-issues.yaml index 0973aab..29b6984 100644 --- a/update-issues/update-issues.yaml +++ b/update-issues/update-issues.yaml @@ -8,10 +8,6 @@ on: # Run every 30 minutes - cron: '*/30 * * * *' -permissions: - issues: write - pull-requests: write - jobs: update-issues: runs-on: ubuntu-latest