From 92cf2a05295e768492a0dc039bc57cf4613ae903 Mon Sep 17 00:00:00 2001 From: Tig Kindel Date: Sun, 17 Dec 2023 13:13:19 -0700 Subject: [PATCH] created token --- .github/workflows/api-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/api-docs.yml b/.github/workflows/api-docs.yml index 290b629f4..1dc83d9bc 100644 --- a/.github/workflows/api-docs.yml +++ b/.github/workflows/api-docs.yml @@ -51,7 +51,7 @@ jobs: if: github.ref_name == 'v2_develop' uses: peter-evans/repository-dispatch@v2 with: - token: ${{ secrets.PAT }} + token: ${{ secrets.V2DOCS_TOKEN }} repository: gui-cs/Terminal.GuiV2Docs event-type: v2_develop_push client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'