diff --git a/.github/actions/prepare-tests/action.yml b/.github/actions/prepare-tests/action.yml index 95e23fa3b..defd509a2 100644 --- a/.github/actions/prepare-tests/action.yml +++ b/.github/actions/prepare-tests/action.yml @@ -63,7 +63,7 @@ runs: - name: Run a preliminary scan of offers shell: bash run: | - docker exec -t docker-requestor-1 /bin/sh -c "npx --no-progress --yes @golem-sdk/cli market scan -k try_golem" + docker exec -t docker-requestor-1 /bin/sh -c "npx --no-progress --yes @golem-sdk/cli market scan -k $YAGNA_APPKEY --subnet-tag $SUBNET" - name: List down sessions seen on that requestor shell: bash @@ -77,4 +77,4 @@ runs: - name: Run a secondary scan of offers shell: bash run: | - docker exec -t docker-requestor-1 /bin/sh -c "npx --no-progress --yes @golem-sdk/cli market scan -k try_golem" + docker exec -t docker-requestor-1 /bin/sh -c "npx --no-progress --yes @golem-sdk/cli market scan -k $YAGNA_APPKEY --subnet-tag $SUBNET"