We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d70e673 commit 920bc7eCopy full SHA for 920bc7e
1 file changed
.github/workflows/activity_report.yml
@@ -20,6 +20,10 @@ on:
20
description: 'Optional interval end date (format: yyyy-mm-dd)'
21
required: false # Skipped if workflow dispatch input is not provided
22
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
+
27
jobs:
28
org-repo-metrics-report:
29
runs-on: ubuntu-latest
0 commit comments