We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bdaf21 commit d131f59Copy full SHA for d131f59
2 files changed
README.ja.md
@@ -49,6 +49,9 @@ on: [push]
49
jobs:
50
example:
51
runs-on: ubuntu-latest
52
+ permissions:
53
+ # private repositoryにおいては必須
54
+ actions: read
55
steps:
56
# ワークフローの先頭でactions-workflow-metricsを実行
57
- name: Start Workflow Telemetry
README.md
@@ -45,6 +45,9 @@ on: [push]
45
46
47
48
+ # Required for private repositories
# Run actions-workflow-metrics at the beginning of the workflow
0 commit comments