Skip to content

Commit

Permalink
fix perms
Browse files Browse the repository at this point in the history
  • Loading branch information
Karim Eldegwy committed Apr 8, 2024
1 parent e21d370 commit 9a46714
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check-multi-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ on:
- 'SPECS/**'
- 'SPECS-EXTENDED/**'

permissions: read-all
permissions:
contents: read
pull-requests: write

jobs:
detect-changes:
Expand Down

0 comments on commit 9a46714

Please sign in to comment.