aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorK3rnelPan1c <33120068+h1dden-da3m0n@users.noreply.github.com>2022-01-25 22:53:09 +0100
committerK3rnelPan1c <33120068+h1dden-da3m0n@users.noreply.github.com>2022-01-25 22:53:09 +0100
commit614abddd64bd6091b87e844d1635662337cc6e89 (patch)
tree71d239800239d009866cfd3b2035ce846e454a90
parentfabe7e1fb9f6d024350c71b7b203b134254e2064 (diff)
remove obsolete permissions block
we use the JF_BOT_TOKEN PAT and not the default GITHUB_TOKEN
-rw-r--r--.github/workflows/repo-stale.yaml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/repo-stale.yaml b/.github/workflows/repo-stale.yaml
index ef221760b..63ded4140 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