We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cfa0cd commit cc71f29Copy full SHA for cc71f29
.github/workflows/code-quality.yml
@@ -10,5 +10,3 @@ 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,5 +13,3 @@ on:
regenerate-readme:
15
uses: wp-cli/.github/.github/workflows/reusable-regenerate-readme.yml@main
16
17
.github/workflows/testing.yml
@@ -12,5 +12,3 @@ on:
test:
uses: wp-cli/.github/.github/workflows/reusable-testing.yml@main
0 commit comments