fix: setting GH_TOKEN for hive tests (#7009)

This commit is contained in:
Swanny
2024-03-06 11:41:39 -05:00
committed by GitHub
parent ed086497b7
commit d681dbf129

View File

@ -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"