Skip to content

Commit

Permalink
⏫ bump github-action-add-on-test
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler36 committed Mar 21, 2024
1 parent f0c01ee commit 8b41dee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ on:
required: false
default: "false"

permissions:
actions: write

jobs:
tests:
strategy:
Expand All @@ -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 }}
Expand Down

0 comments on commit 8b41dee

Please sign in to comment.