From 32b987927ca8a0f60abffe57bef94e8413f4b80e Mon Sep 17 00:00:00 2001 From: tyler36 Date: Mon, 10 Jun 2024 20:56:13 +0900 Subject: [PATCH] =?UTF-8?q?=E2=8F=AB=20bump=20github-action-add-on=20(#11)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: tyler36 <7234392+tyler36@users.noreply.github.com> --- .github/workflows/tests.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0d24e23..c1c9011 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,6 +18,10 @@ env: # Allow ddev get to use a github token to prevent rate limiting by tests DDEV_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} +# Required permissions for keep-alive, used by ddev/github-action-add-on-test +permissions: + actions: write + jobs: tests: strategy: @@ -28,7 +32,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 }}