We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beffff4 commit 11c0e43Copy full SHA for 11c0e43
.github/workflows/CI.yml
@@ -51,9 +51,7 @@ env:
51
GITHUB_TOKEN: ${{ github.token }} # Used for GitHub CLI authentication
52
53
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
+ contents: read # to check out the repo contents
57
58
jobs:
59
TestSourceCode-pwsh-ubuntu-latest:
0 commit comments