fix: made requested changes.

This commit is contained in:
Jovial Joe Jayarson 2020-07-12 22:52:45 +05:30 committed by GitHub
parent 7d189fc98d
commit 96d2a79378
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,6 +79,6 @@ jobs:
- uses: athul/waka-readme@master - uses: athul/waka-readme@master
with: with:
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }} WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
GH_TOKEN: ${{ secrets.GH_TOKEN}} GH_TOKEN: ${{ secrets.GH_TOKEN }}
USERNAME: <username> # optional, it will automatically use the username that's executing the workflow USERNAME: <username> # optional, it will automatically use the username of the owner of the repository who's executing the workflow.
``` ```