diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 762de81..1bf7b18 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -44,6 +44,8 @@ jobs: - run: npm run build - uses: ./ # Uses the action in the root directory id: test + env: + https_proxy: https://example.com with: app-id: ${{ vars.TEST_APP_ID }} private-key: ${{ secrets.TEST_APP_PRIVATE_KEY }}