From 7cdc6eee577ad7ef2fa6d6efad421200cbc42145 Mon Sep 17 00:00:00 2001 From: andatoshiki Date: Mon, 5 Dec 2022 18:56:08 +0800 Subject: [PATCH] fix(ci): add github access token for readme commits --- .github/workflows/waka.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/waka.yml b/.github/workflows/waka.yml index 4fe7890..e93781a 100644 --- a/.github/workflows/waka.yml +++ b/.github/workflows/waka.yml @@ -17,5 +17,5 @@ jobs: SHOW_TITLE: true # following flags are required, only if this is not on # profile readme, remove the leading `#` to use them - #GH_TOKEN: ${{ secrets.GH_TOKEN }} + GH_TOKEN: ${{ secrets.GH_TOKEN }} #REPOSITORY: \ No newline at end of file