From 0b586b82cc4063bec7ce59ef2037698b628c87f2 Mon Sep 17 00:00:00 2001 From: Gil LaHaye Date: Fri, 8 Mar 2024 12:33:51 -0800 Subject: [PATCH] Read secrets (#849) ### Motivation and Context Can't read secrets ### Description Add resd secrets permission ### 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 --- .github/workflows/copilot-run-integration-tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/copilot-run-integration-tests.yml b/.github/workflows/copilot-run-integration-tests.yml index eabfb5a1b..a99d02160 100644 --- a/.github/workflows/copilot-run-integration-tests.yml +++ b/.github/workflows/copilot-run-integration-tests.yml @@ -20,6 +20,7 @@ on: permissions: contents: read + secrets: read jobs: tests: @@ -28,8 +29,8 @@ jobs: runs-on: windows-latest steps: + - shell: pwsh - uses: actions/checkout@v4 - - name: Configure test environment working-directory: integration-tests env: