Skip to content

Commit 444d48a

Browse files
author
dannysteinbrecher
committed
fix: update permissions in backend.yaml to allow write access for contents, issues, and pull-requests
1 parent 02dec9b commit 444d48a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/backend.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ name: Backend Pipeline
1313
- 'backend/**'
1414

1515
permissions:
16-
contents: read
16+
contents: write
1717
security-events: write
1818
actions: read
1919
packages: write
20+
issues: write
21+
pull-requests: write
2022

2123
jobs:
2224
# Parallel execution of lint, security-scan, and test workflows

0 commit comments

Comments
 (0)