Skip to content

Commit 32b9879

Browse files
authored
⏫ bump github-action-add-on (#11)
Co-authored-by: tyler36 <[email protected]>
1 parent 9074f78 commit 32b9879

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ env:
1818
# Allow ddev get to use a github token to prevent rate limiting by tests
1919
DDEV_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2020

21+
# Required permissions for keep-alive, used by ddev/github-action-add-on-test
22+
permissions:
23+
actions: write
24+
2125
jobs:
2226
tests:
2327
strategy:
@@ -28,7 +32,7 @@ jobs:
2832
runs-on: ubuntu-latest
2933

3034
steps:
31-
- uses: ddev/github-action-add-on-test@v1
35+
- uses: ddev/github-action-add-on-test@v2
3236
with:
3337
ddev_version: ${{ matrix.ddev_version }}
3438
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)