Skip to content

Commit

Permalink
Update metrics.yml to not to use local actions
Browse files Browse the repository at this point in the history
  • Loading branch information
yykamei committed Apr 2, 2024
1 parent ad304b0 commit 130ecd4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@ name: GitHub Workflows Metrics
on:
workflow_dispatch:
permissions:
contents: read # actions/checkout requires this permission
actions: read
issues: write
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
- uses: yykamei/github-workflows-metrics@main
with:
only: ci.yml
status: success

0 comments on commit 130ecd4

Please sign in to comment.