Skip to content

Commit

Permalink
fix: setting GH_TOKEN for hive tests (#7009)
Browse files Browse the repository at this point in the history
  • Loading branch information
rswanson authored Mar 6, 2024
1 parent ed08649 commit d681dbf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/hive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d681dbf

Please sign in to comment.