File tree 3 files changed +6
-1
lines changed
3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ permissions:
13
13
contents : read
14
14
pages : write
15
15
id-token : write
16
+ actions : write
16
17
17
18
concurrency :
18
19
group : deployment
Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ name: Main
3
3
on :
4
4
push :
5
5
6
+ permissions :
7
+ actions : write
8
+
6
9
defaults :
7
10
run :
8
11
shell : bash
40
43
- name : Running cspell
41
44
uses : streetsidesoftware/cspell-action@v5
42
45
with :
43
- config : ' .github/linters/cspell.json'
46
+ config : " .github/linters/cspell.json"
44
47
# Log progress and other information during the action execution.
45
48
verbose : true
46
49
# Determines if the action should be failed
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ concurrency:
15
15
16
16
permissions :
17
17
pull-requests : write
18
+ actions : write
18
19
19
20
env :
20
21
PULL_REQUEST_TITLE : " fix(deps): upgrade dependencies [auto]"
You can’t perform that action at this time.
0 commit comments