File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1616 workflow_dispatch :
1717 workflow_call :
1818
19+ permissions :
20+ contents : write
21+
1922concurrency :
2023 group : ${{ github.workflow }}-${{ github.sha }}
2124 cancel-in-progress : false
4447 version : " 25.1"
4548 repo-token : ${{ secrets.GITHUB_TOKEN }}
4649
50+ - name : Install prost generators
51+ run : cargo install protoc-gen-prost@0.3.1 protoc-gen-prost-serde@0.3.1
52+
4753 - name : generate JS stubs
4854 run : ./generate_proto.sh
4955
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ name: Node FFI binding build and release
33permissions :
44 id-token : write # Required for OIDC
55 contents : write # Required to create GH releases
6- pull-requests : write # Required to interact with PRs
76
87on :
98 workflow_dispatch :
You can’t perform that action at this time.
0 commit comments