Skip to content

Commit

Permalink
fix: secret ENV variables should be read by forked PR's also (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamnamananand996 authored Aug 27, 2024
1 parent 39fb9b9 commit 094515d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ on:
push:
branches:
- main
pull_request:
pull_request_target:
branches:
- main

env:
solana_version: v1.18.15
Expand Down

0 comments on commit 094515d

Please sign in to comment.