We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49c2d73 commit f5c1e33Copy full SHA for f5c1e33
.github/workflows/publish.yml
@@ -4,7 +4,7 @@ on:
4
push:
5
tags:
6
- 'v*'
7
-
+
8
permissions:
9
contents: read
10
.github/workflows/update.yml
@@ -6,7 +6,11 @@ on:
paths:
- package-lock.json
- package.json
+permissions:
11
+ contents: read
12
+ pull-requests: write
13
14
jobs:
15
update-css:
16
if: github.actor == 'dependabot[bot]' && contains(github.event.pull_request.title, 'material-icon-theme')
0 commit comments