diff --git a/.github/workflows/pull-request-validation.yml b/.github/workflows/pull-request-validation.yml index 326aadc8b..b78172c8a 100644 --- a/.github/workflows/pull-request-validation.yml +++ b/.github/workflows/pull-request-validation.yml @@ -38,3 +38,5 @@ jobs: yarn ts-node src/index.ts $file fi done + env: + PRICE_URL: ${{ secrets.PRICE_URL }}