File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
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 wss://entrypoint-finney.opentensor.ai:443 | tr -d '\n')
33
+ spec_version=$(PATH=$PATH:$HOME/.cargo/.bin substrate-spec-version ${{ secrets.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/try-runtime-gha@v0.1.0"
50
50
with :
51
51
runtime-package : " node-subtensor-runtime"
52
- node-uri : " wss://entrypoint-finney.opentensor.ai:443 "
52
+ node-uri : ${{ secrets.NUCLEUS_ARCHIVE_NODE }}
53
53
checks : " pre-and-post"
54
- extra-args : " --disable-spec-version-check --no-weight-warnings"
54
+ extra-args : " --disable-spec-version-check --no-weight-warnings"
You can’t perform that action at this time.
0 commit comments