From 9c2df0d54a911c819d7368d7e5ed7c01c0796e0a Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sat, 15 Mar 2025 18:45:01 -0600 Subject: [PATCH] fix: update github workflow update-readme.yml (#2466) --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 84974d41..fc2d93b6 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -49,4 +49,4 @@ jobs: branch: "chore/update-readme" commit-message: "Updated README.md" body: "Updated README.md" - token: ${{ secrets.PAT_TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }}