We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1783ac commit 28ff4fbCopy full SHA for 28ff4fb
.github/workflows/code-quality.yml
@@ -10,3 +10,5 @@ on:
10
jobs:
11
code-quality:
12
uses: wp-cli/.github/.github/workflows/reusable-code-quality.yml@main
13
+ secrets:
14
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/regenerate-readme.yml
@@ -13,3 +13,5 @@ on:
regenerate-readme:
15
uses: wp-cli/.github/.github/workflows/reusable-regenerate-readme.yml@main
16
17
0 commit comments