Skip to content

Commit f01f4d7

Browse files
Restrict GITHUB_TOKEN permissions to contents: read
Agent-Logs-Url: https://github.com/dennisdoomen/CSharpGuidelines/sessions/be493e29-c6b7-45c4-ad17-0f4eb771419f Co-authored-by: dennisdoomen <572734+dennisdoomen@users.noreply.github.com>
1 parent 918520a commit f01f4d7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
jobs:
1010
build:
1111
runs-on: windows-latest
12+
permissions:
13+
contents: read
1214

1315
steps:
1416
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)