From 73681fdbf7e8125e2dcf36572d55eb6b8d0e5dc9 Mon Sep 17 00:00:00 2001 From: Daniel Hegberg Date: Sun, 22 Feb 2026 09:53:56 -0800 Subject: [PATCH] test: Remove token when pulling public testing repository. --- .github/workflows/integration-tests.yml | 2 -- 1 file changed, 2 deletions(-) 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