We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3652652 + 02ae35f commit 8d8358cCopy full SHA for 8d8358c
4 files changed
.github/workflows/build-release-zip.yml
@@ -1,5 +1,9 @@
1
name: Build release zip
2
3
+permissions:
4
+ contents: read
5
+ actions: write
6
+
7
on:
8
workflow_dispatch:
9
release:
.github/workflows/phpcs.yml
@@ -9,6 +9,9 @@ on:
branches:
10
- develop
11
12
13
14
15
jobs:
16
phpcs:
17
runs-on: ubuntu-latest
.github/workflows/stable.yml
@@ -1,5 +1,8 @@
name: Build Stable branch
+ contents: write
push:
.github/workflows/testing.yml
name: Functional Test
pull_request:
0 commit comments