diff --git a/.github/workflows/test-code-samples.yaml b/.github/workflows/test-code-samples.yaml index e31737fa8..bdff08340 100644 --- a/.github/workflows/test-code-samples.yaml +++ b/.github/workflows/test-code-samples.yaml @@ -15,8 +15,7 @@ jobs: steps: - name: Call Code Sample Tester Actor env: - # APIFY_TOKEN: ${{ secrets.CODE_SAMPLE_TESTER_ACTOR_TOKEN }} - APIFY_TOKEN: apify_api_cUpIjxWrtMdy6Ctqnz9PhYyTjdqWcI4tjFTr + APIFY_TOKEN: ${{ secrets.CODE_SAMPLE_TESTER_ACTOR_TOKEN }} BRANCH_NAME: ${{ github.head_ref || github.ref_name }} REPO_OWNER: ${{ github.actor }} run: | diff --git a/apify-api/openapi/code_samples/javascript/act_builds_get.js b/apify-api/openapi/code_samples/javascript/act_builds_get.js index 998f4dee1..e70e1bf29 100644 --- a/apify-api/openapi/code_samples/javascript/act_builds_get.js +++ b/apify-api/openapi/code_samples/javascript/act_builds_get.js @@ -6,6 +6,6 @@ const apifyClient = new ApifyClient({ const { items } = await apifyClient .actor('') .builds() - .list('test'); + .list(); console.log(items);