Skip to content

Commit 4924236

Browse files
Update copilot-setup-steps.yml
1 parent bb8bfe9 commit 4924236

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
copilot-setup-steps:
1919
name: copilot-setup-steps
2020
runs-on: ubuntu-latest
21+
22+
permissions:
23+
# If you want to clone the repository as part of your setup steps, for example to install dependencies, you'll need the `contents: read` permission.
24+
contents: read
2125
steps:
2226
- uses: actions/checkout@v5
2327
- name: Setup .NET

0 commit comments

Comments
 (0)