Skip to content

Commit

Permalink
Configure permissions for metrics.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yykamei committed Mar 27, 2024
1 parent ab2bd62 commit 724f0d6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/metrics.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: GitHub Workflow Metrics
on:
workflow_dispatch:
env:
ACTIONS_STEP_DEBUG: "true"
permissions:
contents: read # actions/checkout requires this permission
actions: read
jobs:
ci:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 724f0d6

Please sign in to comment.