Skip to content

Commit 09189e3

Browse files
committed
test samples change
1 parent e0b3896 commit 09189e3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# When some files in the code_samples folder change, we want to run an Apify Actor and pass it the branch name, if possible, so it can test the samples
2-
name: Test Code Samples
1+
name: Test API Docs Code Samples
32

43
on:
54
push:
@@ -23,7 +22,7 @@ jobs:
2322

2423
- name: Call Code Sample Tester Actor
2524
env:
26-
APIFY_TOKEN: ${{ secrets.APIFY_TOKEN }}
25+
APIFY_TOKEN: apify_api_2x75M2AvgF4pvx2iYfjESi5cBZdtjy2eAZNP
2726
BRANCH_NAME: ${{ env.branch_name }}
2827
run: |
2928
curl -X POST "https://api.apify.com/v2/acts/X8D0L4wfpO8fCL1uL/run-sync" \

0 commit comments

Comments
 (0)