Skip to content

Commit d533a99

Browse files
authored
Merge pull request #43 from github/copilot/add-explicit-permissions-workflow
Add explicit permissions to pr.yml workflow
2 parents dcb027c + 3cdbbe0 commit d533a99

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ name: Build and run tests
1212
jobs:
1313
test:
1414
runs-on: ubuntu-latest
15+
permissions:
16+
contents: read
1517
steps:
1618
- uses: actions/checkout@v4
1719
- name: Install dependencies

0 commit comments

Comments
 (0)