mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-02 13:23:13 +00:00
Add workflow defaults for version envs
This commit is contained in:
parent
c4a7037e44
commit
9953f8f4d6
3
.github/workflows/lint.yml
vendored
3
.github/workflows/lint.yml
vendored
@ -7,6 +7,9 @@ on:
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
VERSION: ${{ vars.VERSION || 'v0.3.1' }}
|
||||
NOMOS_NODE_REV: ${{ vars.NOMOS_NODE_REV || 'd2dd5a5084e1daef4032562c77d41de5e4d495f8' }}
|
||||
NOMOS_BUNDLE_VERSION: ${{ vars.NOMOS_BUNDLE_VERSION || 'v0.3.1' }}
|
||||
permissions:
|
||||
actions: read
|
||||
contents: read
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user