fix: use vars. not env.
This commit is contained in:
parent
2412045eef
commit
424e034016
|
@ -25,5 +25,5 @@ jobs:
|
||||||
uses: LumeWeb/web3.news-publisher@develop
|
uses: LumeWeb/web3.news-publisher@develop
|
||||||
if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/master'
|
||||||
with:
|
with:
|
||||||
node: ${{ env.NODE }}
|
node: ${{ vars.NODE }}
|
||||||
seed: ${{ secrets.SEED }}
|
seed: ${{ secrets.SEED }}
|
||||||
|
|
Loading…
Reference in New Issue