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.
1 parent 6c2bcb6 commit be27d36Copy full SHA for be27d36
3 files changed
resources/github-actions/reports.yml
@@ -6,6 +6,11 @@ on:
6
- main
7
workflow_dispatch:
8
9
+permissions:
10
+ contents: write
11
+ pages: write
12
+ id-token: write
13
+
14
jobs:
15
reports:
16
uses: php-fast-forward/dev-tools/.github/workflows/reports.yml@main
resources/github-actions/tests.yml
@@ -4,6 +4,11 @@ on:
4
push:
5
tests:
uses: php-fast-forward/dev-tools/.github/workflows/tests.yml@main
resources/github-actions/wiki.yml
wiki:
uses: php-fast-forward/dev-tools/.github/workflows/wiki.yml@main
0 commit comments