From af797ef5ae202ac9d47aa4259bdc940c37363fed Mon Sep 17 00:00:00 2001 From: Gil LaHaye Date: Fri, 8 Mar 2024 13:26:48 -0800 Subject: [PATCH] Revert "Read secrets (#849)" (#850) This reverts commit 0b586b82cc4063bec7ce59ef2037698b628c87f2. ### Motivation and Context ### Description ### Contribution Checklist - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [Contribution Guidelines](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [ ] All unit tests pass, and I have added new tests where possible - [ ] I didn't break anyone :smile: --- .github/workflows/copilot-run-integration-tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/copilot-run-integration-tests.yml b/.github/workflows/copilot-run-integration-tests.yml index a99d02160..eabfb5a1b 100644 --- a/.github/workflows/copilot-run-integration-tests.yml +++ b/.github/workflows/copilot-run-integration-tests.yml @@ -20,7 +20,6 @@ on: permissions: contents: read - secrets: read jobs: tests: @@ -29,8 +28,8 @@ jobs: runs-on: windows-latest steps: - - shell: pwsh - uses: actions/checkout@v4 + - name: Configure test environment working-directory: integration-tests env: