Skip to content

Commit f5c1e33

Browse files
committed
🔧 fix: add workflow perms
1 parent 49c2d73 commit f5c1e33

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
tags:
66
- 'v*'
7-
7+
88
permissions:
99
contents: read
1010

.github/workflows/update.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ on:
66
paths:
77
- package-lock.json
88
- package.json
9-
9+
10+
permissions:
11+
contents: read
12+
pull-requests: write
13+
1014
jobs:
1115
update-css:
1216
if: github.actor == 'dependabot[bot]' && contains(github.event.pull_request.title, 'material-icon-theme')

0 commit comments

Comments
 (0)