Skip to content

Commit

Permalink
Read secrets (#849)
Browse files Browse the repository at this point in the history
### 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
  • Loading branch information
glahaye authored Mar 8, 2024
1 parent 4c23d27 commit 0b586b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/copilot-run-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ on:

permissions:
contents: read
secrets: read

jobs:
tests:
Expand All @@ -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:
Expand Down

0 comments on commit 0b586b8

Please sign in to comment.