Skip to content

Commit 850f456

Browse files
authored
chore(CI): specify minimal permissions for issue-labeler (#651)
1 parent 736341f commit 850f456

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/pr-label.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
- opened
77
- edited
88

9+
permissions:
10+
issues: write
11+
contents: read
12+
913
jobs:
1014
change-labeling:
1115
name: Labeling for changes

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ on:
1818
required: true
1919
default: 'main'
2020

21-
permissions:
22-
id-token: write
23-
2421
jobs:
2522
release:
2623
name: Release

0 commit comments

Comments
 (0)