From 614abddd64bd6091b87e844d1635662337cc6e89 Mon Sep 17 00:00:00 2001 From: K3rnelPan1c <33120068+h1dden-da3m0n@users.noreply.github.com> Date: Tue, 25 Jan 2022 22:53:09 +0100 Subject: [PATCH] remove obsolete permissions block we use the JF_BOT_TOKEN PAT and not the default GITHUB_TOKEN --- .github/workflows/repo-stale.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/repo-stale.yaml b/.github/workflows/repo-stale.yaml index ef221760b8..63ded41400 100644 --- a/.github/workflows/repo-stale.yaml +++ b/.github/workflows/repo-stale.yaml @@ -5,10 +5,6 @@ on: - cron: '30 1 * * *' workflow_dispatch: -permissions: - issues: write - pull-requests: write - jobs: stale: runs-on: ubuntu-latest