Skip to content

Commit

Permalink
Similar issues workflow explicit permission (#4040)
Browse files Browse the repository at this point in the history
Explicitly add issues read permissions to similar issues workflow for
the minimum required access.
###### Microsoft Reviewers: [Open in
CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoft/winget-cli/pull/4040)
  • Loading branch information
msftrubengu committed Jan 8, 2024
1 parent 96a7f67 commit 6cd7b86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/similarissues.yml
Expand Up @@ -7,6 +7,8 @@ on:
jobs:
getSimilarIssues:
runs-on: ubuntu-latest
permissions:
issues: read
outputs:
message: ${{ steps.getBody.outputs.message }}
steps:
Expand Down

0 comments on commit 6cd7b86

Please sign in to comment.