From 8b41dee739f3972448418086629a630a8fe06443 Mon Sep 17 00:00:00 2001 From: tyler36 <7234392+tyler36@users.noreply.github.com> Date: Thu, 21 Mar 2024 17:30:25 +0900 Subject: [PATCH] =?UTF-8?q?=E2=8F=AB=20bump=20github-action-add-on-test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/tests.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8807692..1e04629 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,6 +14,9 @@ on: required: false default: "false" +permissions: + actions: write + jobs: tests: strategy: @@ -24,7 +27,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 }}