Skip to content

Commit 984161c

Browse files
committed
remove test data
1 parent c6875c4 commit 984161c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/test-code-samples.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ jobs:
1515
steps:
1616
- name: Call Code Sample Tester Actor
1717
env:
18-
# APIFY_TOKEN: ${{ secrets.CODE_SAMPLE_TESTER_ACTOR_TOKEN }}
19-
APIFY_TOKEN: apify_api_cUpIjxWrtMdy6Ctqnz9PhYyTjdqWcI4tjFTr
18+
APIFY_TOKEN: ${{ secrets.CODE_SAMPLE_TESTER_ACTOR_TOKEN }}
2019
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
2120
REPO_OWNER: ${{ github.actor }}
2221
run: |

apify-api/openapi/code_samples/javascript/act_builds_get.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ const apifyClient = new ApifyClient({
66
const { items } = await apifyClient
77
.actor('<ACTOR ID>')
88
.builds()
9-
.list('test');
9+
.list();
1010

1111
console.log(items);

0 commit comments

Comments
 (0)