From 43831fbc82d07c9d695940f87c8a2b33b10cb5ec Mon Sep 17 00:00:00 2001 From: tyler36 <7234392+tyler36@users.noreply.github.com> Date: Thu, 21 Mar 2024 17:55:03 +0900 Subject: [PATCH] =?UTF-8?q?=E2=8F=AB=20bump=20github-action-add-on?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3191904..fdacca3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,9 +15,9 @@ on: required: false default: false -# This is required for "gautamkrishnar/keepalive-workflow" +# Required permissions for keep-alive, used by ddev/github-action-add-on-test permissions: - contents: write + actions: write jobs: tests: @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: ddev/github-action-add-on-test@v1 + - uses: ddev/github-action-add-on-test@v2 with: ddev_version: ${{ matrix.ddev_version }} token: ${{ secrets.GITHUB_TOKEN }}