Skip to content

Commit b3a0a26

Browse files
fix(workflow/stale): More Permissions needed
To delete / update its cache the stale workflow needs more permissions. See-Also: actions/stale#1159
1 parent f4f8e6e commit b3a0a26

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/stale.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
# SPDX-FileCopyrightText: 2025 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH, Darmstadt, Germany
23
#
34
# SPDX-License-Identifier: CC0-1.0
@@ -12,6 +13,10 @@ permissions:
1213
issues: write
1314
pull-requests: write
1415

16+
# For managing the operation state cache
17+
# https://github.com/actions/stale/issues/1159
18+
actions: write
19+
1520
jobs:
1621
stale:
1722
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)