Skip to content

Commit

Permalink
Add INFURA_TOKEN secret to rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MishkaRogachev authored Oct 1, 2024
1 parent 90d00a1 commit 900459b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
env:
INFURA_TOKEN: ${{ secrets.INFURA_TOKEN }}
steps:
- uses: actions/checkout@v4
- name: Install Rust
Expand Down

0 comments on commit 900459b

Please sign in to comment.