Skip to content

Commit 8277aaa

Browse files
committed
use apify/setup-apify-cli-action
1 parent 49595e0 commit 8277aaa

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/on_schedule_tests.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,10 @@ jobs:
4242
with:
4343
node-version: ${{ env.NODE_VERSION }}
4444

45-
- name: Setup pnpm
46-
uses: pnpm/action-setup@v4
47-
with:
48-
version: 10
49-
5045
- name: Install Apify CLI
51-
run: pnpm add -g apify-cli
46+
uses: apify/setup-apify-cli-action@v1
47+
with:
48+
token: ${{ secrets.APIFY_TEST_USER_API_TOKEN }}
5249

5350
- name: Set up Python ${{ env.PYTHON_VERSION }}
5451
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)