Skip to content

Commit

Permalink
pass secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorvsadana committed Aug 24, 2024
1 parent 1cc866f commit 2ebfc60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Rust Test & Coverage

on:
workflow_call:
secrets:
ETHEREUM_BLAST_RPC_URL: ${{ secrets.ETHEREUM_BLAST_RPC_URL }}
workflow_dispatch:

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ jobs:
coverage:
name: Run coverage
uses: ./.github/workflows/coverage.yml
secrets: inherit

0 comments on commit 2ebfc60

Please sign in to comment.