Skip to content

Commit 444cdf3

Browse files
committed
fix: add GitHub Actions permissions for test reports and security scans
1 parent c6c56fd commit 444cdf3

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
name: CI Pipeline
22

3+
permissions:
4+
contents: read
5+
packages: write
6+
security-events: write
7+
checks: write
8+
pull-requests: write
9+
310
on:
411
push:
512
branches: [main, develop]

0 commit comments

Comments
 (0)