Skip to content

Commit 3776b5e

Browse files
authored
Merge pull request #122 from hanxizh9910/feature/automated-test-failure-detector
Fixed a syntax error, added the missing permissions key
2 parents 5e1ec66 + 4376c68 commit 3776b5e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/daily.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2072,6 +2072,7 @@ jobs:
20722072
always() &&
20732073
(github.event_name == 'workflow_dispatch' ||
20742074
(github.event_name == 'schedule' && github.repository == 'valkey-io/valkey'))
2075+
permissions:
20752076
actions: write
20762077
needs:
20772078
- test-ubuntu-jemalloc

0 commit comments

Comments
 (0)