Skip to content

Commit f5121c0

Browse files
committed
fixes
1 parent 13b6d3e commit f5121c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- 'apify-api/openapi/code_samples/**'
1010

1111
jobs:
12-
call-apify-actor:
12+
run-code-sample-tests:
1313
runs-on: ubuntu-latest
1414

1515
steps:
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Call Code Sample Tester Actor
2424
env:
25-
APIFY_TOKEN: apify_api_Hh2OPyR6MPVJ6te8pkfe27vS09aL1f2lquSt
25+
APIFY_TOKEN: ${{ secrets.CODE_SAMPLE_TESTER_ACTOR_TOKEN }}
2626
BRANCH_NAME: ${{ env.branch_name }}
2727
run: |
2828
curl -X POST "https://api.apify.com/v2/acts/X8D0L4wfpO8fCL1uL/run-sync" \

0 commit comments

Comments
 (0)