Skip to content

Commit 0d4ffcc

Browse files
Update ci.yml
1 parent d006f3b commit 0d4ffcc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ on:
1616
# Allows you to run this workflow manually from the Actions tab
1717
workflow_dispatch:
1818

19+
# Set minimal permissions needed for Composer + GitHub Packages
20+
permissions:
21+
contents: read
22+
1923
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
2024
jobs:
2125
# Analyse code by PHPStan

0 commit comments

Comments
 (0)