There was an error while loading. Please reload this page.
1 parent 49595e0 commit 8277aaaCopy full SHA for 8277aaa
1 file changed
.github/workflows/on_schedule_tests.yaml
@@ -42,13 +42,10 @@ jobs:
42
with:
43
node-version: ${{ env.NODE_VERSION }}
44
45
- - name: Setup pnpm
46
- uses: pnpm/action-setup@v4
47
- with:
48
- version: 10
49
-
50
- name: Install Apify CLI
51
- run: pnpm add -g apify-cli
+ uses: apify/setup-apify-cli-action@v1
+ with:
+ token: ${{ secrets.APIFY_TEST_USER_API_TOKEN }}
52
53
- name: Set up Python ${{ env.PYTHON_VERSION }}
54
uses: actions/setup-python@v6
0 commit comments