Skip to content

Commit

Permalink
Fix an issue that access env in validation
Browse files Browse the repository at this point in the history
  • Loading branch information
delivan committed Jul 22, 2024
1 parent 7e9ffe2 commit 42dfb8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pull-request-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,5 @@ jobs:
yarn ts-node src/index.ts $file
fi
done
env:
PRICE_URL: ${{ secrets.PRICE_URL }}

0 comments on commit 42dfb8e

Please sign in to comment.