Skip to content

Commit 0bc6d90

Browse files
feat(tests workflow): Downgrade permissions to contents:read (#74)
1 parent 8d4224c commit 0bc6d90

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ concurrency:
1919
group: ${{ github.workflow }}-${{ github.ref }}
2020
cancel-in-progress: true
2121

22-
# This is required for "gautamkrishnar/keepalive-workflow", see "ddev/github-action-add-on-test"
2322
permissions:
24-
actions: write
23+
contents: read
2524

2625
jobs:
2726
tests:

0 commit comments

Comments
 (0)