Skip to content

Commit

Permalink
refactor: use token
Browse files Browse the repository at this point in the history
  • Loading branch information
ashaffah committed Nov 19, 2024
1 parent 5ce67e8 commit 6fd789f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# Your GitHub token
token: ${{ secrets.METRICS_TOKEN }}
# GITHUB_TOKEN is a special auto-generated token restricted to current repository, which is used to push files in it
committer_token: ${{ secrets.GITHUB_TOKEN }}
committer_token: ${{ secrets.TOKEN }}
plugin_isocalendar: yes
plugin_isocalendar_duration: full-year
plugin_languages: yes
Expand Down

0 comments on commit 6fd789f

Please sign in to comment.