We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9074f78 commit 32b9879Copy full SHA for 32b9879
.github/workflows/tests.yml
@@ -18,6 +18,10 @@ env:
18
# Allow ddev get to use a github token to prevent rate limiting by tests
19
DDEV_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20
21
+# Required permissions for keep-alive, used by ddev/github-action-add-on-test
22
+permissions:
23
+ actions: write
24
+
25
jobs:
26
tests:
27
strategy:
@@ -28,7 +32,7 @@ jobs:
28
32
runs-on: ubuntu-latest
29
33
30
34
steps:
31
- - uses: ddev/github-action-add-on-test@v1
35
+ - uses: ddev/github-action-add-on-test@v2
36
with:
37
ddev_version: ${{ matrix.ddev_version }}
38
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments