Преглед изворни кода

remove obsolete permissions block

we use the JF_BOT_TOKEN PAT and not the default GITHUB_TOKEN
K3rnelPan1c пре 3 година
родитељ
комит
614abddd64
1 измењених фајлова са 0 додато и 4 уклоњено
  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