Skip to content

Commit

Permalink
Update CI scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
yarkinwho committed Dec 6, 2023
1 parent b51216c commit 19ac95f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
with:
fetch-depth: 0
submodules: 'recursive'
token: ${{ steps.auth.outputs.token }}
token: ${{secrets.GITHUB_TOKEN}}

- name: Build EOS EVM Node
run: .github/workflows/build-node.sh
Expand Down

0 comments on commit 19ac95f

Please sign in to comment.