diff --git a/.github/workflows/stale-branches.yml b/.github/workflows/stale-branches.yml index ce9e8a40..93ec81eb 100644 --- a/.github/workflows/stale-branches.yml +++ b/.github/workflows/stale-branches.yml @@ -7,6 +7,8 @@ on: schedule: - cron: '0 6 * * 0' +permissions: {} + jobs: stale_branches: runs-on: ubuntu-latest