Skip to content

Commit

Permalink
chore(ci): doh! use a var reference
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler committed Aug 5, 2024
1 parent 94ee99e commit e2d398d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ jobs:
- run: yarn evolve
env:
WALLET: ${{ secrets.WALLET }}
IO_NETWORK_PROCESS_ID: ${{ env.IO_NETWORK_PROCESS_ID }}
IO_NETWORK_PROCESS_ID: ${{ vars.IO_NETWORK_PROCESS_ID }}

0 comments on commit e2d398d

Please sign in to comment.