Skip to content

Commit fbbe5cd

Browse files
benedikt-voelkelBenedikt Volkel
andauthored
[WF] Take back unneccessary permissions (#1492)
Co-authored-by: Benedikt Volkel <benedikt.volkel@cern.ch>
1 parent e851115 commit fbbe5cd

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/async-auto-label.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ name: Apply requested async label
77
- created
88
- edited
99

10-
permissions:
11-
pull-requests: write # to update labels
10+
permissions: {}
1211

1312
jobs:
1413
apply_async_labels:

.github/workflows/async-list-label.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ name: Collect and print async labels
99
branches:
1010
- master
1111

12-
permissions:
13-
pull-requests: write # to update labels
12+
permissions: {}
1413

1514
jobs:
1615
list_async_labels:

0 commit comments

Comments
 (0)