File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 30
30
31
31
- name : Check that spec_version has been bumped
32
32
run : |
33
- spec_version=$(PATH=$PATH:$HOME/.cargo/.bin substrate-spec-version ${{ secrets .NUCLEUS_ARCHIVE_NODE }} | tr -d '\n')
33
+ spec_version=$(PATH=$PATH:$HOME/.cargo/.bin substrate-spec-version ${{ vars .NUCLEUS_ARCHIVE_NODE }} | tr -d '\n')
34
34
echo "network spec_version: $spec_version"
35
35
: ${spec_version:?bad spec version}
36
36
local_spec_version=$(cargo run -p node-subtensor-runtime --bin spec_version | tr -d '\n')
49
49
uses :
" paritytech/[email protected] "
50
50
with :
51
51
runtime-package : " node-subtensor-runtime"
52
- node-uri : ${{ secrets .NUCLEUS_ARCHIVE_NODE }}
52
+ node-uri : ${{ vars .NUCLEUS_ARCHIVE_NODE }}
53
53
checks : " pre-and-post"
54
54
extra-args : " --disable-spec-version-check --no-weight-warnings"
You can’t perform that action at this time.
0 commit comments