Skip to content

Commit 7c7cf67

Browse files
williamdesOndraM
authored andcommitted
1 parent 0ae8712 commit 7c7cf67

File tree

5 files changed

+15
-0
lines changed

5 files changed

+15
-0
lines changed

.github/workflows/docs-lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Lint PHP documentation
22

3+
permissions:
4+
contents: read
5+
36
on:
47
push:
58
pull_request:

.github/workflows/docs-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Publish API documentation
22

3+
permissions:
4+
contents: read
5+
36
on:
47
repository_dispatch:
58
types: [ run-build-api-docs ]

.github/workflows/no-response.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: No Response
22

3+
permissions:
4+
issues: write
5+
36
# Both `issue_comment` and `scheduled` event types are required for this Action to work properly.
47
on:
58
issue_comment:

.github/workflows/sauce-labs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Sauce Labs
22

3+
permissions:
4+
contents: read
5+
36
on:
47
push:
58
schedule:

.github/workflows/tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Tests
22

3+
permissions:
4+
contents: read
5+
36
on:
47
push:
58
pull_request:

0 commit comments

Comments
 (0)