File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 8
8
- develop
9
9
workflow_dispatch :
10
10
11
+ permissions :
12
+ contents : read
13
+
11
14
env :
12
15
CARGO_INCREMENTAL : 0
13
16
CARGO_NET_RETRY : 10
74
77
envFile : ' .env'
75
78
76
79
- name : Install ONNX Runtime Library
77
- run : ./scripts/install_onnx.sh ${{ env.ONNXRUNTIME_VERSION }} linux x64 /tmp/onnxruntime
80
+ run : ./scripts/install_onnx.sh " ${{ env.ONNXRUNTIME_VERSION }}" linux x64 /tmp/onnxruntime
78
81
79
82
- name : Prepare test eszip binaries
80
83
if : |
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 7
7
- develop
8
8
workflow_dispatch :
9
9
10
+ permissions :
11
+ contents : write
12
+
10
13
jobs :
11
14
release :
12
15
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments