Skip to content

Commit

Permalink
⏫ bump github-action-add-on (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: tyler36 <[email protected]>
  • Loading branch information
tyler36 and tyler36 committed Jun 10, 2024
1 parent 7103405 commit cb16896
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,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:
Expand All @@ -32,7 +36,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 cb16896

Please sign in to comment.