Skip to content

Commit

Permalink
[core] Fix permissions in workflow
Browse files Browse the repository at this point in the history
See mui/mui-x#6658 for more details.
  • Loading branch information
oliviertassinari committed Oct 29, 2022
1 parent e3d899e commit 1be0cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/no-response.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
issues: write
steps:
- uses: lee-dohm/[email protected]
with:
Expand Down

0 comments on commit 1be0cf0

Please sign in to comment.