Skip to content

Commit 8ba0053

Browse files
Add permissions to Dev PR workflow.
1 parent d3ba11c commit 8ba0053

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/dev-pr.yml

+5
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ on:
1717
- dev
1818
- main
1919

20+
permissions:
21+
actions: write
22+
issues: write
23+
pull-requests: write
24+
2025
jobs:
2126
# printer:
2227
# runs-on: ubuntu-latest

0 commit comments

Comments
 (0)