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

fanningpj pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-pekko-connectors-kafka.git


The following commit(s) were added to refs/heads/main by this push:
     new 577a03bd stricter permissions on CI builds (#61)
577a03bd is described below

commit 577a03bd284ad7da2a1d35eb4078606958ee8709
Author: PJ Fanning <[email protected]>
AuthorDate: Wed Apr 26 16:06:53 2023 +0200

    stricter permissions on CI builds (#61)
---
 .github/workflows/check-build-test.yml | 2 ++
 .github/workflows/format.yml           | 2 +-
 .github/workflows/link-validator.yml   | 2 ++
 3 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/check-build-test.yml 
b/.github/workflows/check-build-test.yml
index c63572df..8772ff3f 100644
--- a/.github/workflows/check-build-test.yml
+++ b/.github/workflows/check-build-test.yml
@@ -9,6 +9,8 @@ on:
       - release-*
     tags-ignore: [ v.* ]
     
+permissions: {}
+
 concurrency:
   group: ${{ github.workflow }} @ ${{ github.ref }}
   cancel-in-progress: true
diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml
index 9d330b61..4f688345 100644
--- a/.github/workflows/format.yml
+++ b/.github/workflows/format.yml
@@ -1,6 +1,6 @@
 name: Scalafmt
 
-permissions: read-all
+permissions: {}
 
 on:
   pull_request:
diff --git a/.github/workflows/link-validator.yml 
b/.github/workflows/link-validator.yml
index ebf70991..640eb27c 100644
--- a/.github/workflows/link-validator.yml
+++ b/.github/workflows/link-validator.yml
@@ -6,6 +6,8 @@ on:
 ##  schedule:
 ##    - cron:  '0 6 * * 1'
 
+permissions: {}
+
 jobs:
   validate-links:
     runs-on: ubuntu-latest


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to