diff options
| author | Ha Thach <[email protected]> | 2025-12-13 15:13:02 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-13 15:13:02 +0700 |
| commit | 20b03bbc081353295f7a491038bd3efbc9c3a75a (patch) | |
| tree | bac74e0c68d9582c4afdb4a25784a10388395597 /.github/workflows/metrics_comment.yml | |
| parent | 3a4d02ba9f150b74df08384d16fac124a7c27485 (diff) | |
upload metrics.json and metrics compare to release page (#3409)
* upload metrics.json and metrics compare to release page
* Adjust workflow comment handling for forks
Diffstat (limited to '.github/workflows/metrics_comment.yml')
| -rw-r--r-- | .github/workflows/metrics_comment.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/metrics_comment.yml b/.github/workflows/metrics_comment.yml index 2f1b0d631..7443f7367 100644 --- a/.github/workflows/metrics_comment.yml +++ b/.github/workflows/metrics_comment.yml @@ -13,6 +13,7 @@ jobs: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success' permissions: + actions: read pull-requests: write steps: - name: Download Artifacts |
