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 15, 2024
1 parent 09cb793 commit cfc665b
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 @@ -19,6 +19,10 @@ env:
# Allow ddev get to use a github token to prevent rate limiting by tests
DDEV_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# Permissions required for keepalive-workflow in ddev/github-action-add-on-test
permissions:
contents: write

jobs:
tests:
strategy:
Expand All @@ -29,7 +33,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 cfc665b

Please sign in to comment.