This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy-geb.git


The following commit(s) were added to refs/heads/master by this push:
     new f89b57a8 add test action
f89b57a8 is described below

commit f89b57a8d38c0557b254df6df4fa59a85f169ded
Author: Paul King <[email protected]>
AuthorDate: Fri Dec 13 14:43:07 2024 +1000

    add test action
---
 .github/workflows/build-test.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index ab8de2c8..45c4ade5 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -19,6 +19,7 @@ on: [push, pull_request]
 
 permissions:
   contents: read
+  checks: write
 
 jobs:
   test:

Reply via email to