We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d006f3b commit 0d4ffccCopy full SHA for 0d4ffcc
.github/workflows/ci.yml
@@ -16,6 +16,10 @@ on:
16
# Allows you to run this workflow manually from the Actions tab
17
workflow_dispatch:
18
19
+# Set minimal permissions needed for Composer + GitHub Packages
20
+permissions:
21
+ contents: read
22
+
23
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
24
jobs:
25
# Analyse code by PHPStan
0 commit comments