From 7c07ce55cc39834aecbd8f10b98fc9569460e4e9 Mon Sep 17 00:00:00 2001 From: MishkatIT Date: Fri, 10 Nov 2023 03:56:47 +0600 Subject: [PATCH] index --- .github/workflows/update-toc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-toc.yml b/.github/workflows/update-toc.yml index 71173af..484fda9 100644 --- a/.github/workflows/update-toc.yml +++ b/.github/workflows/update-toc.yml @@ -27,4 +27,4 @@ jobs: git diff-index --quiet HEAD || git commit -m "Update TOC" git push origin main env: - GITHUB_TOKEN: ${{ secrets.TOC }} + GITHUB_TOKEN: ${{ secrets.toc }}