We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13b6d3e commit f5121c0Copy full SHA for f5121c0
.github/workflows/test-code-samples.yaml
@@ -9,7 +9,7 @@ on:
9
- 'apify-api/openapi/code_samples/**'
10
11
jobs:
12
- call-apify-actor:
+ run-code-sample-tests:
13
runs-on: ubuntu-latest
14
15
steps:
@@ -22,7 +22,7 @@ jobs:
22
23
- name: Call Code Sample Tester Actor
24
env:
25
- APIFY_TOKEN: apify_api_Hh2OPyR6MPVJ6te8pkfe27vS09aL1f2lquSt
+ APIFY_TOKEN: ${{ secrets.CODE_SAMPLE_TESTER_ACTOR_TOKEN }}
26
BRANCH_NAME: ${{ env.branch_name }}
27
run: |
28
curl -X POST "https://api.apify.com/v2/acts/X8D0L4wfpO8fCL1uL/run-sync" \
0 commit comments