From 5e9fb602dfb7a3ae526fce75da2026458bbe6dff Mon Sep 17 00:00:00 2001 From: Yvette Nartey Date: Mon, 20 Jan 2025 20:24:14 +0100 Subject: [PATCH] UPD: delete-old-branches.yml --- .github/workflows/delete-old-branches.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/delete-old-branches.yml b/.github/workflows/delete-old-branches.yml index 4042aa5..96a3298 100644 --- a/.github/workflows/delete-old-branches.yml +++ b/.github/workflows/delete-old-branches.yml @@ -5,10 +5,6 @@ on: - cron: '0 0 * * *' #Run every day at midnight workflow_dispatch: -permissions: - contents: write - pull-requests: write - jobs: delete-old-branches: runs-on: ubuntu-latest