Skip to content

Commit cb16896

Browse files
authored
⏫ bump github-action-add-on (#23)
Co-authored-by: tyler36 <[email protected]>
1 parent 7103405 commit cb16896

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
@@ -22,6 +22,10 @@ env:
2222
# Allow ddev get to use a github token to prevent rate limiting by tests
2323
DDEV_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2424

25+
# Required permissions for keep-alive, used by ddev/github-action-add-on-test
26+
permissions:
27+
actions: write
28+
2529
jobs:
2630
tests:
2731
strategy:
@@ -32,7 +36,7 @@ jobs:
3236
runs-on: ubuntu-latest
3337

3438
steps:
35-
- uses: ddev/github-action-add-on-test@v1
39+
- uses: ddev/github-action-add-on-test@v2
3640
with:
3741
ddev_version: ${{ matrix.ddev_version }}
3842
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)