From 9547fde851f7a19360c2364ed799e9f87b057e57 Mon Sep 17 00:00:00 2001 From: Matt Pocock Date: Fri, 5 Jul 2024 10:29:15 +0100 Subject: [PATCH] Adjusted secret --- .github/workflows/section-repos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/section-repos.yml b/.github/workflows/section-repos.yml index 0784bf9..e262438 100644 --- a/.github/workflows/section-repos.yml +++ b/.github/workflows/section-repos.yml @@ -16,4 +16,4 @@ jobs: - run: git config --global user.name "Total TypeScript Bot" - run: npx @total-typescript/exercise-cli@latest create-section-repos env: - GH_TOKEN: ${{ github.token }} + GH_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}