Skip to content

Commit

Permalink
Fix permissions for scan orphaned PRs workflow (#829)
Browse files Browse the repository at this point in the history
Noticed this problem on a private repo. Didn't notice this problem
before because platform-test is a public repo so it didn't need explicit
permissions to access the pull requests of the public repo.
  • Loading branch information
lorenyu authored Jan 9, 2025
1 parent 1e594a5 commit 33c4a61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scan-orphaned-pr-environments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
permissions:
contents: read
id-token: write
pull-requests: read

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 33c4a61

Please sign in to comment.