Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
m-murasovs committed Dec 20, 2024
1 parent 13b6d3e commit f5121c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-code-samples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- 'apify-api/openapi/code_samples/**'

jobs:
call-apify-actor:
run-code-sample-tests:
runs-on: ubuntu-latest

steps:
Expand All @@ -22,7 +22,7 @@ jobs:

- name: Call Code Sample Tester Actor
env:
APIFY_TOKEN: apify_api_Hh2OPyR6MPVJ6te8pkfe27vS09aL1f2lquSt
APIFY_TOKEN: ${{ secrets.CODE_SAMPLE_TESTER_ACTOR_TOKEN }}
BRANCH_NAME: ${{ env.branch_name }}
run: |
curl -X POST "https://api.apify.com/v2/acts/X8D0L4wfpO8fCL1uL/run-sync" \
Expand Down

0 comments on commit f5121c0

Please sign in to comment.