Skip to content

Commit 11c0e43

Browse files
limit permissions
1 parent beffff4 commit 11c0e43

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,7 @@ env:
5151
GITHUB_TOKEN: ${{ github.token }} # Used for GitHub CLI authentication
5252

5353
permissions:
54-
contents: write # to checkout the repo and create releases on the repo
55-
pull-requests: write # to write comments to PRs
56-
statuses: write # to update the status of the workflow from linter
54+
contents: read # to check out the repo contents
5755

5856
jobs:
5957
TestSourceCode-pwsh-ubuntu-latest:

0 commit comments

Comments
 (0)