mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix: setting GH_TOKEN for hive tests (#7009)
This commit is contained in:
2
.github/workflows/hive.yml
vendored
2
.github/workflows/hive.yml
vendored
@ -193,6 +193,8 @@ jobs:
|
||||
hive --sim "${{ matrix.sim }}$" --sim.limit "${{matrix.limit}}/${{join(matrix.include, '|')}}" --client reth
|
||||
|
||||
- name: Create github issue if sim failed
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
if: ${{ failure() }}
|
||||
run: |
|
||||
echo "Simulator failed, creating issue"
|
||||
|
||||
Reference in New Issue
Block a user