This is an automated email from the ASF dual-hosted git repository.
mdedetrich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-http.git
The following commit(s) were added to refs/heads/main by this push:
new f8ce55b24 Fix permissions for scalafmt check
f8ce55b24 is described below
commit f8ce55b24ebff6d5dbc8c7cb05479512fa1047b7
Author: Matthew de Detrich <[email protected]>
AuthorDate: Fri Mar 24 11:19:48 2023 +0100
Fix permissions for scalafmt check
---
.github/workflows/format.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml
index f7ff7c842..b1df33f64 100644
--- a/.github/workflows/format.yml
+++ b/.github/workflows/format.yml
@@ -1,6 +1,6 @@
name: Scalafmt
-permissions: read-all
+permissions: {}
on:
pull_request:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]