Skip to content

Commit 53ef317

Browse files
authored
Merge pull request #14 from tyler36/20240321-github-action-addon-test
⏫ bump github-action-add-on-test
2 parents 1e6d515 + 2c4480d commit 53ef317

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717

1818
# This is required for "gautamkrishnar/keepalive-workflow"
1919
permissions:
20-
contents: write
20+
actions: write
2121

2222
jobs:
2323
tests:
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup SSH
3333
run: ssh-keyscan -t rsa git.drupal.org >> ~/.ssh/known_hosts
3434

35-
- uses: ddev/github-action-add-on-test@v1
35+
- uses: ddev/github-action-add-on-test@v2
3636
with:
3737
ddev_version: ${{ matrix.ddev_version }}
3838
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)