Skip to content

Commit

Permalink
ci(pr-agent): remove contents write permission due to security
Browse files Browse the repository at this point in the history
Signed-off-by: M. Fatih Cırıt <[email protected]>
  • Loading branch information
xmfcx committed Dec 9, 2024
1 parent dbdf9a1 commit 37327dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
permissions:
issues: write
pull-requests: write
contents: write
contents: read
name: Run pr agent on every pull request, respond to user comments
steps:
- name: PR Agent action step
Expand Down

0 comments on commit 37327dd

Please sign in to comment.