diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 3ceb9a6..debd444 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -33,7 +33,6 @@ jobs: with: repository: aws/aws-durable-execution-sdk-python-testing ref: ${{ steps.parse.outputs.testing_ref }} - token: ${{ secrets.CROSS_REPO_PAT }} path: testing-sdk - name: Set up Python ${{ matrix.python-version }} @@ -82,7 +81,6 @@ jobs: with: repository: aws/aws-durable-execution-sdk-python-testing ref: ${{ steps.parse.outputs.testing_ref }} - token: ${{ secrets.CROSS_REPO_PAT }} path: testing-sdk - name: Set up Python 3.13