Skip to content

Commit

Permalink
⏫ bump github-action-add-on (#52)
Browse files Browse the repository at this point in the history
Co-authored-by: tyler36 <7234392+tyler36@users.noreply.github.com>
  • Loading branch information
tyler36 and tyler36 committed Apr 19, 2024
1 parent 13b0ee8 commit ff2d04a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ 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:
Expand All @@ -31,7 +36,7 @@ jobs:
run: |
sudo apt-get update >/dev/null && sudo apt-get install -y expect >/dev/null
- 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 ff2d04a

Please sign in to comment.