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 7103405 commit cb16896Copy full SHA for cb16896
.github/workflows/tests.yml
@@ -22,6 +22,10 @@ env:
22
# Allow ddev get to use a github token to prevent rate limiting by tests
23
DDEV_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24
25
+# Required permissions for keep-alive, used by ddev/github-action-add-on-test
26
+permissions:
27
+ actions: write
28
+
29
jobs:
30
tests:
31
strategy:
@@ -32,7 +36,7 @@ jobs:
32
36
runs-on: ubuntu-latest
33
37
34
38
steps:
35
- - uses: ddev/github-action-add-on-test@v1
39
+ - uses: ddev/github-action-add-on-test@v2
40
with:
41
ddev_version: ${{ matrix.ddev_version }}
42
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments