From 65d1f39539e6ca73271b4af25636822a2457e3f4 Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Tue, 10 Jan 2023 14:46:24 -0800 Subject: [PATCH 1/2] Trigger a new failing build --- features/package-install.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 69c7e7e01965353f3151431056c8aaeadab6149c Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Tue, 10 Jan 2023 14:54:08 -0800 Subject: [PATCH 2/2] See if passing the `GITHUB_TOKEN` solves our build failure --- .github/workflows/testing.yml | 2 ++ 1 file changed, 2 insertions(+) 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 }}