Skip to content

Commit 5a6bda5

Browse files
authored
chore: switch to the common self-hosted HTTPBin instance (#965)
Switches the `crawlee-python` unit tests to use the common service account for running the HTTPBin instance (and not the personal Apify account). Uses the org-wide `APIFY_HTTPBIN_TOKEN` secret. It's possible that the personal acc token will shadow the org-wide secret - let's see how it works in the PR checks
1 parent 21674a4 commit 5a6bda5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_code_checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
name: Unit tests
3030
uses: apify/workflows/.github/workflows/python_unit_tests.yaml@main
3131
secrets:
32-
httpbin_url: ${{ secrets.APIFY_HTTPBIN_TOKEN && format('https://janbuchar--httpbin.apify.actor?token={0}', secrets.APIFY_HTTPBIN_TOKEN) || 'https://httpbin.org'}}
32+
httpbin_url: ${{ secrets.APIFY_HTTPBIN_TOKEN && format('https://httpbin.apify.actor?token={0}', secrets.APIFY_HTTPBIN_TOKEN) || 'https://httpbin.org'}}
3333

3434
docs_check:
3535
name: Docs check

0 commit comments

Comments
 (0)