Skip to content

Commit c4cfadd

Browse files
committed
fix: checkout tests
1 parent 65d1fac commit c4cfadd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cd.yml

+2
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@ jobs:
188188
K8S_SA_TOKEN: ${{ secrets.K8S_SA_TOKEN }}
189189
- name: Setup tests
190190
uses: ./.github/actions/tests/setup-python
191+
env:
192+
ACTIONS_PAT: ${{ secrets.ACTIONS_PAT }}
191193
- name: Run smoke tests
192194
uses: ./.github/actions/tests/run-e2e-tests
193195
with:

0 commit comments

Comments
 (0)