diff --git a/.github/workflows/run_integration_tests.yml b/.github/workflows/run_integration_tests.yml index ba4d6fb4..b56eea3a 100644 --- a/.github/workflows/run_integration_tests.yml +++ b/.github/workflows/run_integration_tests.yml @@ -19,9 +19,10 @@ jobs: with: submodules: recursive - - name: Override iap package with stub - id: override-iap - run: bash ./.github/scripts/stub_iap.sh + - name: Connect private iap package + uses: webfactory/ssh-agent@v0.8.0 + with: + ssh-private-key: ${{ secrets.M3_LIGHTMETER_IAP_KEY }} - name: Restore secrets run: |