Skip to content

Commit

Permalink
Set RPC on build
Browse files Browse the repository at this point in the history
  • Loading branch information
febo committed Oct 6, 2024
1 parent eac3b34 commit 39c7e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-programs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Build programs
shell: bash
working-directory: configs/scripts/program
run: ./build.sh
run: RPC="${{ secrets.MAINNET_RPC }}" ./build.sh
env:
PROGRAMS: ${{ env.PROGRAMS }}

Expand Down

0 comments on commit 39c7e6b

Please sign in to comment.