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