diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 1044b798..32cc3a22 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -12,3 +12,5 @@ on: jobs: test: uses: wp-cli/.github/.github/workflows/reusable-testing.yml@main + secrets: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/features/package-install.feature b/features/package-install.feature index 41bc0609..9f7e073d 100644 --- a/features/package-install.feature +++ b/features/package-install.feature @@ -66,7 +66,7 @@ Feature: Install WP-CLI packages Version C. """ - @require-php-5.6 + @require-php-5.6 @test Scenario: Install a package with a dependency Given an empty directory