Skip to content

Commit

Permalink
bump github-action-add-on-test (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler36 authored Jun 4, 2024
1 parent 005b1e2 commit d3b0721
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@v0
- uses: ddev/github-action-add-on-test@v2
with:
ddev_version: ${{ matrix.ddev_version }}
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit d3b0721

Please sign in to comment.