Browse Source

remove obsolete permissions block

we use the JF_BOT_TOKEN PAT and not the default GITHUB_TOKEN
K3rnelPan1c 3 years ago
parent
commit
614abddd64
1 changed files with 0 additions and 4 deletions
  1. 0 4
      .github/workflows/repo-stale.yaml

+ 0 - 4
.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