Skip to content

Commit 2e57a76

Browse files
authored
Merge pull request #289 from desktop/copilot/update-lint-job-permissions
Add permissions to build job in CI workflow
2 parents 2f59e79 + 690c878 commit 2e57a76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
build:
1313
name: Build
1414
runs-on: windows-2022
15+
permissions:
16+
contents: read
1517
strategy:
1618
fail-fast: false
1719
matrix:

0 commit comments

Comments
 (0)