This is an automated email from the ASF dual-hosted git repository.
weizhou pushed a commit to branch test-fix-daily-repo-status.lock.yml
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to
refs/heads/test-fix-daily-repo-status.lock.yml by this push:
new 1954c6f0aea fix permissions
1954c6f0aea is described below
commit 1954c6f0aea8b88d1eb210bfb4489c86d6578fd9
Author: Wei Zhou <[email protected]>
AuthorDate: Mon Mar 30 11:30:28 2026 +0200
fix permissions
---
.github/workflows/daily-repo-status.lock.yml | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/.github/workflows/daily-repo-status.lock.yml
b/.github/workflows/daily-repo-status.lock.yml
index ec7b5aef662..f6c4059429f 100644
--- a/.github/workflows/daily-repo-status.lock.yml
+++ b/.github/workflows/daily-repo-status.lock.yml
@@ -48,7 +48,7 @@ jobs:
activation:
runs-on: ubuntu-24.04
permissions:
- contents:
+ contents: read
outputs:
comment_id: ""
comment_repo: ""
@@ -72,9 +72,9 @@ jobs:
needs:
runs-on: ubuntu-24.04
permissions:
- contents:
- issues:
- pull-requests:
+ contents: read
+ issues: read
+ pull-requests: write
concurrency:
group: "gh-aw-copilot-${{ github.workflow }}"
env:
@@ -776,8 +776,8 @@ jobs:
if: (always()) && (needs.agent.result != 'skipped')
runs-on: ubuntu-24.04
permissions:
- contents:
- issues:
+ contents: read
+ issues: read
outputs:
noop_message: ${{ steps.noop.outputs.noop_message }}
tools_reported: ${{ steps.missing_tool.outputs.tools_reported }}
@@ -977,8 +977,8 @@ jobs:
if: ((!cancelled()) && (needs.agent.result != 'skipped')) &&
(needs.detection.outputs.success == 'true')
runs-on: ubuntu-24.04
permissions:
- contents:
- issues:
+ contents: read
+ issues: read
timeout-minutes:
env:
GH_AW_ENGINE_ID: "copilot"