Skip to content

Commit 73681fd

Browse files
committed
test: Remove token when pulling public testing repository.
1 parent 8f08252 commit 73681fd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/integration-tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
with:
3434
repository: aws/aws-durable-execution-sdk-python-testing
3535
ref: ${{ steps.parse.outputs.testing_ref }}
36-
token: ${{ secrets.CROSS_REPO_PAT }}
3736
path: testing-sdk
3837

3938
- name: Set up Python ${{ matrix.python-version }}
@@ -82,7 +81,6 @@ jobs:
8281
with:
8382
repository: aws/aws-durable-execution-sdk-python-testing
8483
ref: ${{ steps.parse.outputs.testing_ref }}
85-
token: ${{ secrets.CROSS_REPO_PAT }}
8684
path: testing-sdk
8785

8886
- name: Set up Python 3.13

0 commit comments

Comments
 (0)