Skip to content

Commit

Permalink
Update metrics.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zxaylex authored Dec 8, 2023
1 parent 259951c commit fd41f29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
- uses: lowlighter/metrics@latest
with:
# Your GitHub token
token: ${{ secrets.METRICS_TOKEN }}
token: ${{ secrets.GH_TOKEN }}
# GITHUB_TOKEN is a special auto-generated token restricted to current repository, which is used to push files in it
committer_token: ${{ secrets.GH_TOKEN }}
committer_token: ${{ secrets.METRICS_TOKEN }}

# Options
user: Zxayleral
Expand Down

0 comments on commit fd41f29

Please sign in to comment.