This is an automated email from the ASF dual-hosted git repository.
dahn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/main by this push:
new 35862d45323 no write for external forks
35862d45323 is described below
commit 35862d45323b65fbb3079e04c0cfff70bc9798ea
Author: Daan Hoogland <[email protected]>
AuthorDate: Tue May 9 17:35:12 2023 +0200
no write for external forks
---
.github/workflows/sonar-check.yml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/.github/workflows/sonar-check.yml
b/.github/workflows/sonar-check.yml
index 54329bf47b1..2bfdaf0a65f 100644
--- a/.github/workflows/sonar-check.yml
+++ b/.github/workflows/sonar-check.yml
@@ -26,10 +26,6 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number ||
github.ref }}
cancel-in-progress: true
-permissions:
- contents: read # to fetch code (actions/checkout)
- pull-requests: write # for sonar to comment on pull-request
-
jobs:
build:
if: github.repository == 'apache/cloudstack'