Skip to content

Commit

Permalink
update perms
Browse files Browse the repository at this point in the history
OZ convinced me that contents:read is better.
  • Loading branch information
bretg authored Feb 4, 2025
1 parent 4fa1e75 commit facb067
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/code-path-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ env:
GITHUB_PR_NUMBER: ${{ github.event.pull_request.number }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

permissions: read-all
permissions:
contents: read

jobs:
notify:
Expand Down

0 comments on commit facb067

Please sign in to comment.