File tree 5 files changed +16
-0
lines changed
5 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 7
7
- master
8
8
workflow_dispatch :
9
9
10
+ permissions :
11
+ contents : read
12
+
10
13
jobs :
11
14
test :
12
15
name : Test / OS ${{ matrix.platform }} / Node ${{ matrix.node }}
Original file line number Diff line number Diff line change 4
4
release :
5
5
types : [published]
6
6
7
+ permissions :
8
+ contents : read
9
+
7
10
env :
8
11
service_to_update : ' storage-api'
9
12
cli_repo_owner : supabase
Original file line number Diff line number Diff line change 6
6
- master
7
7
workflow_dispatch :
8
8
9
+ permissions :
10
+ contents : write
11
+ pages : write
12
+
9
13
jobs :
10
14
test :
11
15
name : Test / OS ${{ matrix.platform }} / Node ${{ matrix.node }}
Original file line number Diff line number Diff line change 8
8
required : true
9
9
type : string
10
10
11
+ permissions :
12
+ contents : read
13
+
11
14
jobs :
12
15
mirror :
13
16
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 6
6
- master
7
7
workflow_dispatch :
8
8
9
+ permissions :
10
+ contents : write
11
+
9
12
jobs :
10
13
release :
11
14
runs-on : ubuntu-24.04
You can’t perform that action at this time.
0 commit comments