Skip to content

Commit

Permalink
remove test data
Browse files Browse the repository at this point in the history
  • Loading branch information
m-murasovs committed Dec 20, 2024
1 parent c6875c4 commit 984161c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-code-samples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ const apifyClient = new ApifyClient({
const { items } = await apifyClient
.actor('<ACTOR ID>')
.builds()
.list('test');
.list();

console.log(items);

0 comments on commit 984161c

Please sign in to comment.