Skip to content

Commit 920bc7e

Browse files
author
donghaiwang
committed
添加写入权限
1 parent d70e673 commit 920bc7e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/activity_report.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ on:
2020
description: 'Optional interval end date (format: yyyy-mm-dd)'
2121
required: false # Skipped if workflow dispatch input is not provided
2222

23+
# Permission can be added at job level or workflow level
24+
permissions:
25+
contents: write # This is required to create/push the new git tag
26+
2327
jobs:
2428
org-repo-metrics-report:
2529
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)